Home
last modified time | relevance | path

Searched refs:PHOTO_THUMBNAIL_URI (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
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 Queries.Query
DRecipientAlternatesAdapter.java262 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI), in processContactEntries()
475 defaultPhotoThumbnailUri = original.getString(Query.PHOTO_THUMBNAIL_URI); in removeUndesiredDestinations()
502 original.getString(Query.PHOTO_THUMBNAIL_URI), in removeUndesiredDestinations()
511 if (row[Query.PHOTO_THUMBNAIL_URI] == null) { in removeUndesiredDestinations()
512 row[Query.PHOTO_THUMBNAIL_URI] = defaultPhotoThumbnailUri; in removeUndesiredDestinations()
522 final String photoThumbnailUri = (String) row[Query.PHOTO_THUMBNAIL_URI]; in removeUndesiredDestinations()
525 row[Query.PHOTO_THUMBNAIL_URI] = sCorrectedPhotoUris.get(photoThumbnailUri); in removeUndesiredDestinations()
540 row[Query.PHOTO_THUMBNAIL_URI] = correctedUri; in removeUndesiredDestinations()
571 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI), in getRecipientEntry()
DBaseRecipientAdapter.java170 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI); in TemporaryEntry()
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd119 {@link android.provider.ContactsContract.Contacts#PHOTO_THUMBNAIL_URI
120 Contacts.PHOTO_THUMBNAIL_URI}
190 {@link android.provider.ContactsContract.Contacts#PHOTO_THUMBNAIL_URI} column isn't available
215 mCursor.getColumnIndex(Contacts.PHOTO_THUMBNAIL_URI);
238 * For Honeycomb and later, the value of PHOTO_THUMBNAIL_URI.
253 // Sets the URI from the incoming PHOTO_THUMBNAIL_URI
560 * It's PHOTO_THUMBNAIL_URI for Honeycomb and later,
/frameworks/base/core/java/android/provider/
DContactsContract.java865 public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; field
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd634 Profile.PHOTO_THUMBNAIL_URI
/frameworks/base/api/
Dsystem-current.txt25920 field public static final java.lang.String PHOTO_THUMBNAIL_URI = "photo_thumb_uri";
Dcurrent.txt24330 field public static final java.lang.String PHOTO_THUMBNAIL_URI = "photo_thumb_uri";