@Deprecated public static final class Contacts.People extends Object implements BaseColumns, Contacts.PeopleColumns, Contacts.PhonesColumns, Contacts.PresenceColumns
| Modifier and Type | Class and Description |
|---|---|
static class |
Contacts.People.ContactMethods
Deprecated.
|
static class |
Contacts.People.Extensions
Deprecated.
|
static class |
Contacts.People.Phones
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Uri |
CONTENT_FILTER_URI
Deprecated.
|
static String |
CONTENT_ITEM_TYPE
Deprecated.
|
static String |
CONTENT_TYPE
Deprecated.
|
static Uri |
CONTENT_URI
Deprecated.
|
static String |
DEFAULT_SORT_ORDER
Deprecated.
|
static Uri |
DELETED_CONTENT_URI
Deprecated.
|
static String |
PRIMARY_EMAIL_ID
Deprecated.
|
static String |
PRIMARY_ORGANIZATION_ID
Deprecated.
|
static String |
PRIMARY_PHONE_ID
Deprecated.
|
_COUNT, _IDCUSTOM_RINGTONE, DISPLAY_NAME, LAST_TIME_CONTACTED, NAME, NOTES, PHONETIC_NAME, PHOTO_VERSION, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTEDISPRIMARY, LABEL, NUMBER, NUMBER_KEY, TYPE, TYPE_CUSTOM, TYPE_FAX_HOME, TYPE_FAX_WORK, TYPE_HOME, TYPE_MOBILE, TYPE_OTHER, TYPE_PAGER, TYPE_WORKAVAILABLE, AWAY, DO_NOT_DISTURB, IDLE, IM_ACCOUNT, IM_HANDLE, IM_PROTOCOL, INVISIBLE, OFFLINE, PRESENCE_CUSTOM_STATUS, PRESENCE_STATUS, PRIORITY| Modifier and Type | Method and Description |
|---|---|
static Uri |
addToGroup(ContentResolver resolver,
long personId,
long groupId)
Deprecated.
|
static Uri |
addToGroup(ContentResolver resolver,
long personId,
String groupName)
Deprecated.
|
static Uri |
addToMyContactsGroup(ContentResolver resolver,
long personId)
Deprecated.
|
static Uri |
createPersonInMyContactsGroup(ContentResolver resolver,
ContentValues values)
Deprecated.
|
static Bitmap |
loadContactPhoto(Context context,
Uri person,
int placeholderImageResource,
BitmapFactory.Options options)
Deprecated.
|
static void |
markAsContacted(ContentResolver resolver,
long personId)
Deprecated.
|
static InputStream |
openContactPhotoInputStream(ContentResolver cr,
Uri person)
Deprecated.
|
static Cursor |
queryGroups(ContentResolver resolver,
long person)
Deprecated.
|
static void |
setPhotoData(ContentResolver cr,
Uri person,
byte[] data)
Deprecated.
|
@Deprecated public static final Uri CONTENT_URI
@Deprecated public static final Uri CONTENT_FILTER_URI
@Deprecated public static final Uri DELETED_CONTENT_URI
@Deprecated public static final String CONTENT_TYPE
@Deprecated public static final String CONTENT_ITEM_TYPE
@Deprecated public static final String DEFAULT_SORT_ORDER
@Deprecated public static final String PRIMARY_PHONE_ID
@Deprecated public static final String PRIMARY_EMAIL_ID
@Deprecated public static final String PRIMARY_ORGANIZATION_ID
@Deprecated public static void markAsContacted(ContentResolver resolver, long personId)
@Deprecated public static Uri addToMyContactsGroup(ContentResolver resolver, long personId)
@Deprecated public static Uri addToGroup(ContentResolver resolver, long personId, String groupName)
@Deprecated public static Uri addToGroup(ContentResolver resolver, long personId, long groupId)
@Deprecated public static Uri createPersonInMyContactsGroup(ContentResolver resolver, ContentValues values)
@Deprecated public static Cursor queryGroups(ContentResolver resolver, long person)
@Deprecated public static void setPhotoData(ContentResolver cr, Uri person, byte[] data)
@Deprecated public static InputStream openContactPhotoInputStream(ContentResolver cr, Uri person)
@Deprecated public static Bitmap loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options)
Copyright © 2008-2013. All Rights Reserved.