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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java37 Contacts.PHOTO_THUMBNAIL_URI,// 6
55 Contacts.PHOTO_THUMBNAIL_URI,// 6
77 public static final int PHOTO_THUMBNAIL_URI = 6; // String field in class:Queries.Query
/frameworks/base/core/java/android/provider/
H A DContactsContract.java869 * be referred to either by ID (this field) or by URI (see {@link #PHOTO_THUMBNAIL_URI}
871 * If PHOTO_ID is null, consult {@link #PHOTO_URI} or {@link #PHOTO_THUMBNAIL_URI},
893 * be populated with the same value as {@link #PHOTO_THUMBNAIL_URI}.
896 * PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily
908 * PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa).
910 * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain
915 public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; field in interface:ContactsContract.ContactsColumns
1283 * <td>{@link #PHOTO_THUMBNAIL_URI}</td>

Completed in 442 milliseconds