public static class ContactsContract.Contacts extends Object implements BaseColumns, ContactsContract.ContactsColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactNameColumns, ContactsContract.ContactStatusColumns
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactsContract.Contacts.AggregationSuggestions |
static class |
ContactsContract.Contacts.Data |
static class |
ContactsContract.Contacts.Entity |
static class |
ContactsContract.Contacts.Photo |
static class |
ContactsContract.Contacts.StreamItems |
| Modifier and Type | Field and Description |
|---|---|
static Uri |
CONTENT_FILTER_URI |
static Uri |
CONTENT_GROUP_URI |
static String |
CONTENT_ITEM_TYPE |
static Uri |
CONTENT_LOOKUP_URI |
static Uri |
CONTENT_STREQUENT_FILTER_URI |
static Uri |
CONTENT_STREQUENT_URI |
static String |
CONTENT_TYPE |
static Uri |
CONTENT_URI |
static String |
CONTENT_VCARD_TYPE |
static Uri |
CONTENT_VCARD_URI |
_COUNT, _IDDISPLAY_NAME, HAS_PHONE_NUMBER, IN_VISIBLE_GROUP, IS_USER_PROFILE, LOOKUP_KEY, PHOTO_FILE_ID, PHOTO_ID, PHOTO_THUMBNAIL_URI, PHOTO_URICUSTOM_RINGTONE, LAST_TIME_CONTACTED, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTEDDISPLAY_NAME_ALTERNATIVE, DISPLAY_NAME_PRIMARY, DISPLAY_NAME_SOURCE, PHONETIC_NAME, PHONETIC_NAME_STYLE, SORT_KEY_ALTERNATIVE, SORT_KEY_PRIMARYCONTACT_CHAT_CAPABILITY, CONTACT_PRESENCE, CONTACT_STATUS, CONTACT_STATUS_ICON, CONTACT_STATUS_LABEL, CONTACT_STATUS_RES_PACKAGE, CONTACT_STATUS_TIMESTAMP| Modifier and Type | Method and Description |
|---|---|
static Uri |
getLookupUri(ContentResolver resolver,
Uri contactUri) |
static Uri |
getLookupUri(long contactId,
String lookupKey) |
static Uri |
lookupContact(ContentResolver resolver,
Uri lookupUri) |
static void |
markAsContacted(ContentResolver resolver,
long contactId)
Deprecated.
|
static InputStream |
openContactPhotoInputStream(ContentResolver cr,
Uri contactUri) |
static InputStream |
openContactPhotoInputStream(ContentResolver cr,
Uri contactUri,
boolean preferHighres) |
public static final Uri CONTENT_URI
public static final Uri CONTENT_LOOKUP_URI
public static final Uri CONTENT_VCARD_URI
public static final Uri CONTENT_FILTER_URI
public static final Uri CONTENT_STREQUENT_URI
public static final Uri CONTENT_STREQUENT_FILTER_URI
public static final Uri CONTENT_GROUP_URI
public static final String CONTENT_TYPE
public static final String CONTENT_ITEM_TYPE
public static final String CONTENT_VCARD_TYPE
public static Uri getLookupUri(ContentResolver resolver, Uri contactUri)
public static Uri lookupContact(ContentResolver resolver, Uri lookupUri)
@Deprecated public static void markAsContacted(ContentResolver resolver, long contactId)
public static InputStream openContactPhotoInputStream(ContentResolver cr, Uri contactUri, boolean preferHighres)
public static InputStream openContactPhotoInputStream(ContentResolver cr, Uri contactUri)
Copyright © 2008-2013. All Rights Reserved.