Searched refs:getPhotoThumbnailUri (Results 1 – 4 of 4) sorted by relevance
328 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null) in getBetterRecipient()329 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) { in getBetterRecipient()333 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null) in getBetterRecipient()334 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) { in getBetterRecipient()
65 final Uri photoThumbnailUri = entry.getPhotoThumbnailUri(); in populatePhotoBytesAsync()
286 public Uri getPhotoThumbnailUri() { in getPhotoThumbnailUri() method in RecipientEntry
261 Uri thumbnailUri = entry.getPhotoThumbnailUri(); in bindIconToView()