android.provider
Class ContactsContract.Contacts.Entity

java.lang.Object
  extended by android.provider.ContactsContract.Contacts.Entity
All Implemented Interfaces:
BaseColumns, ContactsContract.BaseSyncColumns, ContactsContract.ContactNameColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactsColumns, ContactsContract.ContactStatusColumns, ContactsContract.DataColumns, ContactsContract.RawContactsColumns, ContactsContract.StatusColumns, ContactsContract.SyncColumns
Enclosing class:
ContactsContract.Contacts

public static final class ContactsContract.Contacts.Entity
extends Object
implements BaseColumns, ContactsContract.ContactsColumns, ContactsContract.ContactNameColumns, ContactsContract.RawContactsColumns, ContactsContract.BaseSyncColumns, ContactsContract.SyncColumns, ContactsContract.DataColumns, ContactsContract.StatusColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactStatusColumns


Field Summary
static String CONTENT_DIRECTORY
           
static String DATA_ID
           
static String RAW_CONTACT_ID
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.ContactsContract.ContactsColumns
DISPLAY_NAME, HAS_PHONE_NUMBER, IN_VISIBLE_GROUP, IS_USER_PROFILE, LOOKUP_KEY, PHOTO_FILE_ID, PHOTO_ID, PHOTO_THUMBNAIL_URI, PHOTO_URI
 
Fields inherited from interface android.provider.ContactsContract.ContactNameColumns
DISPLAY_NAME_ALTERNATIVE, DISPLAY_NAME_PRIMARY, DISPLAY_NAME_SOURCE, PHONETIC_NAME, PHONETIC_NAME_STYLE, SORT_KEY_ALTERNATIVE, SORT_KEY_PRIMARY
 
Fields inherited from interface android.provider.ContactsContract.RawContactsColumns
AGGREGATION_MODE, CONTACT_ID, DATA_SET, DELETED, RAW_CONTACT_IS_READ_ONLY, RAW_CONTACT_IS_USER_PROFILE
 
Fields inherited from interface android.provider.ContactsContract.SyncColumns
ACCOUNT_NAME, ACCOUNT_TYPE, DIRTY, SOURCE_ID, VERSION
 
Fields inherited from interface android.provider.ContactsContract.BaseSyncColumns
SYNC1, SYNC2, SYNC3, SYNC4
 
Fields inherited from interface android.provider.ContactsContract.DataColumns
DATA_VERSION, DATA1, DATA10, DATA11, DATA12, DATA13, DATA14, DATA15, DATA2, DATA3, DATA4, DATA5, DATA6, DATA7, DATA8, DATA9, IS_PRIMARY, IS_READ_ONLY, IS_SUPER_PRIMARY, MIMETYPE, SYNC1, SYNC2, SYNC3, SYNC4
 
Fields inherited from interface android.provider.ContactsContract.StatusColumns
AVAILABLE, AWAY, CAPABILITY_HAS_CAMERA, CAPABILITY_HAS_VIDEO, CAPABILITY_HAS_VOICE, CHAT_CAPABILITY, DO_NOT_DISTURB, IDLE, INVISIBLE, OFFLINE, PRESENCE, PRESENCE_CUSTOM_STATUS, PRESENCE_STATUS, STATUS, STATUS_ICON, STATUS_LABEL, STATUS_RES_PACKAGE, STATUS_TIMESTAMP
 
Fields inherited from interface android.provider.ContactsContract.ContactOptionsColumns
CUSTOM_RINGTONE, LAST_TIME_CONTACTED, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTED
 
Fields inherited from interface android.provider.ContactsContract.ContactStatusColumns
CONTACT_CHAT_CAPABILITY, CONTACT_PRESENCE, CONTACT_STATUS, CONTACT_STATUS_ICON, CONTACT_STATUS_LABEL, CONTACT_STATUS_RES_PACKAGE, CONTACT_STATUS_TIMESTAMP
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_DIRECTORY

public static final String CONTENT_DIRECTORY
See Also:
Constant Field Values

RAW_CONTACT_ID

public static final String RAW_CONTACT_ID
See Also:
Constant Field Values

DATA_ID

public static final String DATA_ID
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.