android.provider
Class Contacts.GroupMembership

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

Deprecated.

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


Field Summary
static String CONTENT_DIRECTORY
          Deprecated.  
static String CONTENT_ITEM_TYPE
          Deprecated.  
static String CONTENT_TYPE
          Deprecated.  
static Uri CONTENT_URI
          Deprecated.  
static String DEFAULT_SORT_ORDER
          Deprecated.  
static String GROUP_ID
          Deprecated.  
static String GROUP_SYNC_ACCOUNT
          Deprecated.  
static String GROUP_SYNC_ACCOUNT_TYPE
          Deprecated.  
static String GROUP_SYNC_ID
          Deprecated.  
static String PERSON_ID
          Deprecated.  
static Uri RAW_CONTENT_URI
          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. 

RAW_CONTENT_URI

public static final Uri RAW_CONTENT_URI
Deprecated. 

CONTENT_DIRECTORY

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

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_ID

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

GROUP_SYNC_ID

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

GROUP_SYNC_ACCOUNT

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

GROUP_SYNC_ACCOUNT_TYPE

public static final String GROUP_SYNC_ACCOUNT_TYPE
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.