public static final class ContactsContract.RawContacts extends Object implements BaseColumns, ContactsContract.RawContactsColumns, ContactsContract.ContactOptionsColumns, ContactsContract.ContactNameColumns, ContactsContract.SyncColumns
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactsContract.RawContacts.Data |
static class |
ContactsContract.RawContacts.DisplayPhoto |
static class |
ContactsContract.RawContacts.Entity |
static class |
ContactsContract.RawContacts.StreamItems |
| Modifier and Type | Field and Description |
|---|---|
static int |
AGGREGATION_MODE_DEFAULT |
static int |
AGGREGATION_MODE_DISABLED |
static int |
AGGREGATION_MODE_IMMEDIATE
Deprecated.
|
static int |
AGGREGATION_MODE_SUSPENDED |
static String |
CONTENT_ITEM_TYPE |
static String |
CONTENT_TYPE |
static Uri |
CONTENT_URI |
_COUNT, _IDAGGREGATION_MODE, CONTACT_ID, DATA_SET, DELETED, RAW_CONTACT_IS_READ_ONLY, RAW_CONTACT_IS_USER_PROFILECUSTOM_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_PRIMARYACCOUNT_NAME, ACCOUNT_TYPE, DIRTY, SOURCE_ID, VERSIONSYNC1, SYNC2, SYNC3, SYNC4| Modifier and Type | Method and Description |
|---|---|
static Uri |
getContactLookupUri(ContentResolver resolver,
Uri rawContactUri) |
static EntityIterator |
newEntityIterator(Cursor cursor) |
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
public static final String CONTENT_ITEM_TYPE
public static final int AGGREGATION_MODE_DEFAULT
@Deprecated public static final int AGGREGATION_MODE_IMMEDIATE
public static final int AGGREGATION_MODE_SUSPENDED
public static final int AGGREGATION_MODE_DISABLED
public static Uri getContactLookupUri(ContentResolver resolver, Uri rawContactUri)
public static EntityIterator newEntityIterator(Cursor cursor)
Copyright © 2008-2013. All Rights Reserved.