android.provider
Class Contacts.Groups

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

Deprecated.

@Deprecated
public static final class Contacts.Groups
extends Object
implements BaseColumns, Contacts.GroupsColumns


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 Uri DELETED_CONTENT_URI
          Deprecated.  
static String GROUP_ANDROID_STARRED
          Deprecated.  
static String GROUP_MY_CONTACTS
          Deprecated.  
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.Contacts.GroupsColumns
NAME, NOTES, SHOULD_SYNC, SYSTEM_ID
 
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. 

DELETED_CONTENT_URI

public static final Uri DELETED_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

GROUP_ANDROID_STARRED

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

GROUP_MY_CONTACTS

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


Copyright © 2008-2012. All Rights Reserved.