ContactsContract.SettingsColumns
protected
static
interface
ContactsContract.SettingsColumns
android.provider.ContactsContract.SettingsColumns |
See also:
Summary
Constants | |
---|---|
String |
ACCOUNT_NAME
The name of the account instance to which this row belongs. |
String |
ACCOUNT_TYPE
The type of account to which this row belongs, which when paired with
|
String |
ANY_UNSYNCED
Read-only flag indicating if this |
String |
DATA_SET
The data set within the account that this row belongs to. |
String |
SHOULD_SYNC
Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source. |
String |
UNGROUPED_COUNT
Read-only count of |
String |
UNGROUPED_VISIBLE
Flag indicating if contacts without any |
String |
UNGROUPED_WITH_PHONES
Read-only count of |
Constants
ACCOUNT_NAME
public static final String ACCOUNT_NAME
The name of the account instance to which this row belongs.
Type: TEXT
Constant Value: "account_name"
ACCOUNT_TYPE
public static final String ACCOUNT_TYPE
The type of account to which this row belongs, which when paired with
ACCOUNT_NAME
identifies a specific account.
Type: TEXT
Constant Value: "account_type"
ANY_UNSYNCED
public static final String ANY_UNSYNCED
Read-only flag indicating if this SHOULD_SYNC
or any
Groups#SHOULD_SYNC
under this account have been marked as
unsynced.
Constant Value: "any_unsynced"
DATA_SET
public static final String DATA_SET
The data set within the account that this row belongs to. This allows multiple sync adapters for the same account type to distinguish between each others' data. This is empty by default, and is completely optional. It only needs to be populated if multiple sync adapters are entering distinct data for the same account type and account name.
Type: TEXT
Constant Value: "data_set"
SHOULD_SYNC
public static final String SHOULD_SYNC
Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source.
Type: INTEGER (boolean)
Constant Value: "should_sync"
UNGROUPED_COUNT
public static final String UNGROUPED_COUNT
Read-only count of Contacts
from a specific source that have
no CommonDataKinds.GroupMembership
entries.
Type: INTEGER
Constant Value: "summ_count"
UNGROUPED_VISIBLE
public static final String UNGROUPED_VISIBLE
Flag indicating if contacts without any CommonDataKinds.GroupMembership
entries should be visible in any user interface.
Type: INTEGER (boolean)
Constant Value: "ungrouped_visible"
UNGROUPED_WITH_PHONES
public static final String UNGROUPED_WITH_PHONES
Read-only count of Contacts
from a specific source that have
no CommonDataKinds.GroupMembership
entries, and also have phone numbers.
Type: INTEGER
Constant Value: "summ_phones"