Searched defs:person (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java241 * The person's name.
249 * Phonetic equivalent of the person's name, in a locale-dependent
278 * Notes about the person.
286 * The number of times a person has been contacted
294 * The last time a person was contacted.
302 * A custom ringtone associated with a person. Not always present.
310 * Whether the person should always be sent to voicemail. Not always
396 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/person";
400 * person.
404 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/person";
578 queryGroups(ContentResolver resolver, long person) argument
591 setPhotoData(ContentResolver cr, Uri person, byte[] data) argument
605 openContactPhotoInputStream(ContentResolver cr, Uri person) argument
633 loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options) argument
[all...]

Completed in 30 milliseconds