android.provider
public
static
final
class
android.provider.Contacts.Settings
The settings over all of the people
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
CONTENT_DIRECTORY
The directory twig for this sub-table
Constant Value:
"settings"
public
static
final
Uri
CONTENT_URI
The content:// style URL for this table
public
static
final
String
DEFAULT_SORT_ORDER
The default sort order for this table
Constant Value:
"key ASC"
public
static
final
String
SYNC_EVERYTHING
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".
Constant Value:
"syncEverything"
Public Methods