Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java68 private static final Map<String, String> sCorrectedPhotoUris = new HashMap<String, String>(); field in RecipientAlternatesAdapter
535 if (sCorrectedPhotoUris.containsKey(photoThumbnailUri)) { in removeUndesiredDestinations()
536 row[Query.PHOTO_THUMBNAIL_URI] = sCorrectedPhotoUris.get(photoThumbnailUri); in removeUndesiredDestinations()
550 sCorrectedPhotoUris.put(photoThumbnailUri, correctedUri); in removeUndesiredDestinations()