android.provider
Class Contacts.Settings
java.lang.Object
android.provider.Contacts.Settings
- All Implemented Interfaces:
- BaseColumns, Contacts.SettingsColumns
- Enclosing class:
- Contacts
Deprecated.
@Deprecated
public static final class Contacts.Settings
- extends Object
- implements BaseColumns, Contacts.SettingsColumns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_URI
public static final Uri CONTENT_URI
- Deprecated.
CONTENT_DIRECTORY
public static final String CONTENT_DIRECTORY
- Deprecated.
- See Also:
- Constant Field Values
DEFAULT_SORT_ORDER
public static final String DEFAULT_SORT_ORDER
- Deprecated.
- See Also:
- Constant Field Values
SYNC_EVERYTHING
public static final String SYNC_EVERYTHING
- Deprecated.
- See Also:
- Constant Field Values
getSetting
public static String getSetting(ContentResolver cr,
String account,
String key)
- Deprecated.
setSetting
public static void setSetting(ContentResolver cr,
String account,
String key,
String value)
- Deprecated.
Copyright © 2008-2012. All Rights Reserved.