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.java878 * be referred to either by ID (this field) or by URI (see {@link #PHOTO_THUMBNAIL_URI}
880 * If PHOTO_ID is null, consult {@link #PHOTO_URI} or {@link #PHOTO_THUMBNAIL_URI},
902 * be populated with the same value as {@link #PHOTO_THUMBNAIL_URI}.
905 * PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily
917 * PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa).
919 * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain
924 public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; field in interface:ContactsContract.ContactsColumns
1301 * <td>{@link #PHOTO_THUMBNAIL_URI}</td>

Completed in 870 milliseconds