Searched refs:PHOTO_THUMBNAIL_URI (Results 1 - 4 of 4) 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
H A DRecipientAlternatesAdapter.java264 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI),
486 defaultPhotoThumbnailUri = original.getString(Query.PHOTO_THUMBNAIL_URI);
513 original.getString(Query.PHOTO_THUMBNAIL_URI),
522 if (row[Query.PHOTO_THUMBNAIL_URI] == null) {
523 row[Query.PHOTO_THUMBNAIL_URI] = defaultPhotoThumbnailUri;
533 final String photoThumbnailUri = (String) row[Query.PHOTO_THUMBNAIL_URI];
536 row[Query.PHOTO_THUMBNAIL_URI] = sCorrectedPhotoUris.get(photoThumbnailUri);
551 row[Query.PHOTO_THUMBNAIL_URI] = correctedUri;
582 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI),
H A DBaseRecipientAdapter.java182 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java950 * be referred to either by ID (this field) or by URI (see {@link #PHOTO_THUMBNAIL_URI}
952 * If PHOTO_ID is null, consult {@link #PHOTO_URI} or {@link #PHOTO_THUMBNAIL_URI},
974 * be populated with the same value as {@link #PHOTO_THUMBNAIL_URI}.
977 * PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily
989 * PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa).
991 * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain
996 public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; field in interface:ContactsContract.ContactsColumns
1392 * <td>{@link #PHOTO_THUMBNAIL_URI}</td>
5243 * {@link #PHOTO_THUMBNAIL_URI} and {@link #PHOTO_URI} will be rewritten to special
6254 * {@link #PHOTO_THUMBNAIL_URI} an
[all...]

Completed in 194 milliseconds