android.provider
Class Contacts.Settings

java.lang.Object
  extended by 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


Field Summary
static String CONTENT_DIRECTORY
          Deprecated.  
static Uri CONTENT_URI
          Deprecated.  
static String DEFAULT_SORT_ORDER
          Deprecated.  
static String SYNC_EVERYTHING
          Deprecated.  
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.Contacts.SettingsColumns
_SYNC_ACCOUNT, _SYNC_ACCOUNT_TYPE, KEY, VALUE
 
Method Summary
static String getSetting(ContentResolver cr, String account, String key)
          Deprecated.  
static void setSetting(ContentResolver cr, String account, String key, String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.