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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java38 Contacts.PHOTO_THUMBNAIL_URI, // 6
58 Contacts.PHOTO_THUMBNAIL_URI, // 6
82 public static final int PHOTO_THUMBNAIL_URI = 6; // String field in class:Queries.Query
/frameworks/base/core/java/android/provider/
H A DContactsContract.java903 * be referred to either by ID (this field) or by URI (see {@link #PHOTO_THUMBNAIL_URI}
905 * If PHOTO_ID is null, consult {@link #PHOTO_URI} or {@link #PHOTO_THUMBNAIL_URI},
927 * be populated with the same value as {@link #PHOTO_THUMBNAIL_URI}.
930 * PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily
942 * PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa).
944 * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain
949 public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; field in interface:ContactsContract.ContactsColumns
1345 * <td>{@link #PHOTO_THUMBNAIL_URI}</td>
5185 * {@link #PHOTO_THUMBNAIL_URI} and {@link #PHOTO_URI} will be rewritten to special
6196 * {@link #PHOTO_THUMBNAIL_URI} an
[all...]

Completed in 113 milliseconds