java.lang.Object | |
↳ | android.provider.ContactsContract.ProviderStatus |
API for inquiring about the general status of the provider.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_TYPE |
The MIME-type of CONTENT_URI providing a directory of
settings.
|
|||||||||
String | STATUS | An integer representing the current status of the provider. | |||||||||
int | STATUS_BUSY | The provider won't respond to queries. | |||||||||
int | STATUS_EMPTY | The status that indicates that there are no accounts and no contacts on the device. | |||||||||
int | STATUS_NORMAL | Default status of the provider. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URI for this table. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The MIME-type of CONTENT_URI
providing a directory of
settings.
An integer representing the current status of the provider.
The provider won't respond to queries. It is in the middle of a long running task, such as a database upgrade or locale change.
The status that indicates that there are no accounts and no contacts on the device.
Default status of the provider.
The content:// style URI for this table. Requests to this URI can be performed on the UI thread because they are always unblocking.