|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.provider.Contacts.People
@Deprecated public static final class Contacts.People
Nested Class Summary | |
---|---|
static class |
Contacts.People.ContactMethods
Deprecated. |
static class |
Contacts.People.Extensions
Deprecated. |
static class |
Contacts.People.Phones
Deprecated. |
Field Summary | |
---|---|
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. |
Fields inherited from interface android.provider.BaseColumns |
---|
_COUNT, _ID |
Fields inherited from interface android.provider.Contacts.PeopleColumns |
---|
CUSTOM_RINGTONE, DISPLAY_NAME, LAST_TIME_CONTACTED, NAME, NOTES, PHONETIC_NAME, PHOTO_VERSION, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTED |
Fields inherited from interface android.provider.Contacts.PhonesColumns |
---|
ISPRIMARY, LABEL, NUMBER, NUMBER_KEY, TYPE, TYPE_CUSTOM, TYPE_FAX_HOME, TYPE_FAX_WORK, TYPE_HOME, TYPE_MOBILE, TYPE_OTHER, TYPE_PAGER, TYPE_WORK |
Fields inherited from interface android.provider.Contacts.PresenceColumns |
---|
AVAILABLE, AWAY, DO_NOT_DISTURB, IDLE, IM_ACCOUNT, IM_HANDLE, IM_PROTOCOL, INVISIBLE, OFFLINE, PRESENCE_CUSTOM_STATUS, PRESENCE_STATUS, PRIORITY |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Uri CONTENT_URI
public static final Uri CONTENT_FILTER_URI
public static final Uri DELETED_CONTENT_URI
public static final String CONTENT_TYPE
public static final String CONTENT_ITEM_TYPE
public static final String DEFAULT_SORT_ORDER
public static final String PRIMARY_PHONE_ID
public static final String PRIMARY_EMAIL_ID
public static final String PRIMARY_ORGANIZATION_ID
Method Detail |
---|
public static void markAsContacted(ContentResolver resolver, long personId)
public static Uri addToMyContactsGroup(ContentResolver resolver, long personId)
public static Uri addToGroup(ContentResolver resolver, long personId, String groupName)
public static Uri addToGroup(ContentResolver resolver, long personId, long groupId)
public static Uri createPersonInMyContactsGroup(ContentResolver resolver, ContentValues values)
public static Cursor queryGroups(ContentResolver resolver, long person)
public static void setPhotoData(ContentResolver cr, Uri person, byte[] data)
public static InputStream openContactPhotoInputStream(ContentResolver cr, Uri person)
public static Bitmap loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |