android.provider
Class Contacts.People

java.lang.Object
  extended by android.provider.Contacts.People
All Implemented Interfaces:
BaseColumns, Contacts.PeopleColumns, Contacts.PhonesColumns, Contacts.PresenceColumns
Enclosing class:
Contacts

Deprecated.

@Deprecated
public static final class Contacts.People
extends Object
implements BaseColumns, Contacts.PeopleColumns, Contacts.PhonesColumns, Contacts.PresenceColumns


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

CONTENT_URI

@Deprecated
public static final Uri CONTENT_URI
Deprecated. 

CONTENT_FILTER_URI

@Deprecated
public static final Uri CONTENT_FILTER_URI
Deprecated. 

DELETED_CONTENT_URI

@Deprecated
public static final Uri DELETED_CONTENT_URI
Deprecated. 

CONTENT_TYPE

@Deprecated
public static final String CONTENT_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_ITEM_TYPE

@Deprecated
public static final String CONTENT_ITEM_TYPE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

@Deprecated
public static final String DEFAULT_SORT_ORDER
Deprecated. 
See Also:
Constant Field Values

PRIMARY_PHONE_ID

@Deprecated
public static final String PRIMARY_PHONE_ID
Deprecated. 
See Also:
Constant Field Values

PRIMARY_EMAIL_ID

@Deprecated
public static final String PRIMARY_EMAIL_ID
Deprecated. 
See Also:
Constant Field Values

PRIMARY_ORGANIZATION_ID

@Deprecated
public static final String PRIMARY_ORGANIZATION_ID
Deprecated. 
See Also:
Constant Field Values
Method Detail

markAsContacted

@Deprecated
public static void markAsContacted(ContentResolver resolver,
                                              long personId)
Deprecated. 


addToMyContactsGroup

@Deprecated
public static Uri addToMyContactsGroup(ContentResolver resolver,
                                                  long personId)
Deprecated. 


addToGroup

@Deprecated
public static Uri addToGroup(ContentResolver resolver,
                                        long personId,
                                        String groupName)
Deprecated. 


addToGroup

@Deprecated
public static Uri addToGroup(ContentResolver resolver,
                                        long personId,
                                        long groupId)
Deprecated. 


createPersonInMyContactsGroup

@Deprecated
public static Uri createPersonInMyContactsGroup(ContentResolver resolver,
                                                           ContentValues values)
Deprecated. 


queryGroups

@Deprecated
public static Cursor queryGroups(ContentResolver resolver,
                                            long person)
Deprecated. 


setPhotoData

@Deprecated
public static void setPhotoData(ContentResolver cr,
                                           Uri person,
                                           byte[] data)
Deprecated. 


openContactPhotoInputStream

@Deprecated
public static InputStream openContactPhotoInputStream(ContentResolver cr,
                                                                 Uri person)
Deprecated. 


loadContactPhoto

@Deprecated
public static Bitmap loadContactPhoto(Context context,
                                                 Uri person,
                                                 int placeholderImageResource,
                                                 BitmapFactory.Options options)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.