ContactsContract.Settings.InterfaceConsts Class

Definition

public static class ContactsContract.Settings.InterfaceConsts
type ContactsContract.Settings.InterfaceConsts = class
Inheritance
ContactsContract.Settings.InterfaceConsts

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.

Fields

AccountName

The name of the account instance to which this row belongs.

AccountType

The type of account to which this row belongs, which when paired with #ACCOUNT_NAME identifies a specific account.

AnyUnsynced

Read-only flag indicating if this #SHOULD_SYNC or any Groups#SHOULD_SYNC under this account have been marked as unsynced.

DataSet

The data set within the account that this row belongs to.

ShouldSync

Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source.

UngroupedCount

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries.

UngroupedVisible

Flag indicating if contacts without any CommonDataKinds.GroupMembership entries should be visible in any user interface.

UngroupedWithPhones

Read-only count of Contacts from a specific source that have no CommonDataKinds.GroupMembership entries, and also have phone numbers.

Applies to