Searched refs:getPhotoBytes (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()
301 public synchronized byte[] getPhotoBytes() { in getPhotoBytes() method in RecipientEntry
251 byte[] photoBytes = entry.getPhotoBytes(); in bindIconToView()
1013 final byte[] origPhotoBytes = contact.getPhotoBytes(); in loadAvatarIcon()1028 final byte[] loadedPhotoBytes = contact.getPhotoBytes(); in loadAvatarIcon()