android.provider
Class ContactsContract.Profile

java.lang.Object
  extended by android.provider.ContactsContract.Profile
All Implemented Interfaces:
BaseColumns, ContactsContract.ContactNameColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactsColumns, ContactsContract.ContactStatusColumns
Enclosing class:
ContactsContract

public static final class ContactsContract.Profile
extends Object
implements BaseColumns, ContactsContract.ContactsColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactNameColumns, ContactsContract.ContactStatusColumns


Field Summary
static Uri CONTENT_RAW_CONTACTS_URI
           
static Uri CONTENT_URI
           
static Uri CONTENT_VCARD_URI
           
static long MIN_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.ContactOptionsColumns
CUSTOM_RINGTONE, LAST_TIME_CONTACTED, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTED
 
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.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_URI

public static final Uri CONTENT_URI

CONTENT_VCARD_URI

public static final Uri CONTENT_VCARD_URI

CONTENT_RAW_CONTACTS_URI

public static final Uri CONTENT_RAW_CONTACTS_URI

MIN_ID

public static final long MIN_ID
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.