ContactsProviderStatus Enum

Definition

public enum ContactsProviderStatus
type ContactsProviderStatus = 
Inheritance
ContactsProviderStatus

Fields

Name Value Description
Normal 0

Default status of the provider.

Android reference for android.provider.ContactsContract.ProviderStatus.STATUS_NORMAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Busy 1

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.

Android reference for android.provider.ContactsContract.ProviderStatus.STATUS_BUSY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Empty 2

The status that indicates that there are no accounts and no contacts on the device.

Android reference for android.provider.ContactsContract.ProviderStatus.STATUS_EMPTY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to