Since: API Level 5
protected static interface

ContactsContract.SettingsColumns

android.provider.ContactsContract.SettingsColumns
Known Indirect Subclasses
See Also

Summary

Constants
StringACCOUNT_NAMEThe name of the account instance to which this row belongs.
StringACCOUNT_TYPEThe type of account to which this row belongs, which when paired with ACCOUNT_NAME identifies a specific account.
StringANY_UNSYNCEDRead-only flag indicating if this SHOULD_SYNC or any SHOULD_SYNC under this account have been marked as unsynced.
StringSHOULD_SYNCDepending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source.
StringUNGROUPED_COUNTRead-only count of Contacts from a specific source that have no ContactsContract.CommonDataKinds.GroupMembership entries.
StringUNGROUPED_VISIBLEFlag indicating if contacts without any ContactsContract.CommonDataKinds.GroupMembership entries should be visible in any user interface.
StringUNGROUPED_WITH_PHONESRead-only count of Contacts from a specific source that have no ContactsContract.CommonDataKinds.GroupMembership entries, and also have phone numbers.

Constants

public static final String ACCOUNT_NAME

Since: API Level 5

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

Type: TEXT

Constant Value: "account_name"

public static final String ACCOUNT_TYPE

Since: API Level 5

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"

public static final String ANY_UNSYNCED

Since: API Level 5

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

Constant Value: "any_unsynced"

public static final String SHOULD_SYNC

Since: API Level 5

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"

public static final String UNGROUPED_COUNT

Since: API Level 5

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

Type: INTEGER

Constant Value: "summ_count"

public static final String UNGROUPED_VISIBLE

Since: API Level 5

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

Type: INTEGER (boolean)

Constant Value: "ungrouped_visible"

public static final String UNGROUPED_WITH_PHONES

Since: API Level 5

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

Type: INTEGER

Constant Value: "summ_phones"