android.provider
Class Contacts.Extensions

java.lang.Object
  extended by android.provider.Contacts.Extensions
All Implemented Interfaces:
BaseColumns, Contacts.ExtensionsColumns
Enclosing class:
Contacts

Deprecated.

@Deprecated
public static final class Contacts.Extensions
extends Object
implements BaseColumns, Contacts.ExtensionsColumns


Field Summary
static String CONTENT_ITEM_TYPE
          Deprecated.  
static String CONTENT_TYPE
          Deprecated.  
static Uri CONTENT_URI
          Deprecated.  
static String DEFAULT_SORT_ORDER
          Deprecated.  
static String PERSON_ID
          Deprecated.  
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.Contacts.ExtensionsColumns
NAME, VALUE
 
Method Summary
 
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_TYPE

public static final String CONTENT_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_ITEM_TYPE

public static final String CONTENT_ITEM_TYPE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
Deprecated. 
See Also:
Constant Field Values

PERSON_ID

public static final String PERSON_ID
Deprecated. 
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.