public static final class ContactsContract.ProviderStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_TYPE
The MIME-type of
CONTENT_URI providing a directory of
settings. |
static Uri |
CONTENT_URI
The content:// style URI for this table.
|
static String |
STATUS
An integer representing the current status of the provider.
|
static int |
STATUS_BUSY
The provider won't respond to queries.
|
static int |
STATUS_EMPTY
The status that indicates that there are no accounts and no contacts
on the device.
|
static int |
STATUS_NORMAL
Default status of the provider.
|
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of
settings.public static final String STATUS
public static final int STATUS_NORMAL
public static final int STATUS_BUSY
public static final int STATUS_EMPTY