java.lang.Object | |
↳ | android.provider.Contacts.Settings |
The settings over all of the people
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_DIRECTORY | The directory twig for this sub-table | |||||||||
Uri | CONTENT_URI | The content:// style URL for this table | |||||||||
String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
String | SYNC_EVERYTHING | A setting that is used to indicate if we should sync down all groups for the specified account. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.Contacts.SettingsColumns
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The directory twig for this sub-table
The content:// style URL for this table
The default sort order for this table
A setting that is used to indicate if we should sync down all groups for the specified account. For this setting the _SYNC_ACCOUNT column must be set. If this isn't set then we will only sync the groups whose SHOULD_SYNC column is set to true.
This is a boolean setting. It is true if it is set and it is anything other than the emptry string or "0".