protected static interface ContactsContract.SettingsColumns
Settings
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_NAME
The name of the account instance to which this row belongs.
|
static String |
ACCOUNT_TYPE
The type of account to which this row belongs, which when paired with
ACCOUNT_NAME identifies a specific account. |
static String |
ANY_UNSYNCED
Read-only flag indicating if this
SHOULD_SYNC or any
ContactsContract.GroupsColumns.SHOULD_SYNC under this account have been marked as
unsynced. |
static String |
DATA_SET
The data set within the account that this row belongs to.
|
static String |
SHOULD_SYNC
Depending on the mode defined by the sync-adapter, this flag controls
the top-level sync behavior for this data source.
|
static String |
UNGROUPED_COUNT
Read-only count of
Contacts from a specific source that have
no ContactsContract.CommonDataKinds.GroupMembership entries. |
static String |
UNGROUPED_VISIBLE
Flag indicating if contacts without any
ContactsContract.CommonDataKinds.GroupMembership
entries should be visible in any user interface. |
static String |
UNGROUPED_WITH_PHONES
Read-only count of
Contacts from a specific source that have
no ContactsContract.CommonDataKinds.GroupMembership entries, and also have phone numbers. |
static final String ACCOUNT_NAME
Type: TEXT
static final String ACCOUNT_TYPE
ACCOUNT_NAME
identifies a specific account.
Type: TEXT
static final String DATA_SET
Type: TEXT
static final String SHOULD_SYNC
Type: INTEGER (boolean)
static final String UNGROUPED_VISIBLE
ContactsContract.CommonDataKinds.GroupMembership
entries should be visible in any user interface.
Type: INTEGER (boolean)
static final String ANY_UNSYNCED
SHOULD_SYNC
or any
ContactsContract.GroupsColumns.SHOULD_SYNC
under this account have been marked as
unsynced.static final String UNGROUPED_COUNT
Contacts
from a specific source that have
no ContactsContract.CommonDataKinds.GroupMembership
entries.
Type: INTEGER
static final String UNGROUPED_WITH_PHONES
Contacts
from a specific source that have
no ContactsContract.CommonDataKinds.GroupMembership
entries, and also have phone numbers.
Type: INTEGER