Searched defs:person (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DContacts.java242 * The person's name.
250 * Phonetic equivalent of the person's name, in a locale-dependent
279 * Notes about the person.
287 * The number of times a person has been contacted
295 * The last time a person was contacted.
303 * A custom ringtone associated with a person. Not always present.
311 * Whether the person should always be sent to voicemail. Not always
397 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/person";
401 * person.
405 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/person";
579 queryGroups(ContentResolver resolver, long person) argument
592 setPhotoData(ContentResolver cr, Uri person, byte[] data) argument
606 openContactPhotoInputStream(ContentResolver cr, Uri person) argument
634 loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options) argument
[all...]

Completed in 23 milliseconds