|
||||||||||
| 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 java.lang.String |
CONTENT_ITEM_TYPE
Deprecated. |
static java.lang.String |
CONTENT_TYPE
Deprecated. |
static Uri |
CONTENT_URI
Deprecated. |
static java.lang.String |
DEFAULT_SORT_ORDER
Deprecated. |
static Uri |
DELETED_CONTENT_URI
Deprecated. |
static java.lang.String |
PRIMARY_EMAIL_ID
Deprecated. |
static java.lang.String |
PRIMARY_ORGANIZATION_ID
Deprecated. |
static java.lang.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 |
|---|
IM_ACCOUNT, IM_HANDLE, IM_PROTOCOL |
| Method Summary | |
|---|---|
static Uri |
addToGroup(ContentResolver resolver,
long personId,
long groupId)
Deprecated. |
static Uri |
addToGroup(ContentResolver resolver,
long personId,
java.lang.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 java.io.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 java.lang.String CONTENT_TYPE
public static final java.lang.String CONTENT_ITEM_TYPE
public static final java.lang.String DEFAULT_SORT_ORDER
public static final java.lang.String PRIMARY_PHONE_ID
public static final java.lang.String PRIMARY_EMAIL_ID
public static final java.lang.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,
java.lang.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 java.io.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 | |||||||||