Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java326 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null) in getBetterRecipient()
327 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) { in getBetterRecipient()
331 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null) in getBetterRecipient()
332 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) { in getBetterRecipient()
DRecipientEntry.java236 public synchronized byte[] getPhotoBytes() { in getPhotoBytes() method in RecipientEntry
DDropdownChipLayouter.java213 byte[] photoBytes = entry.getPhotoBytes(); in bindIconToView()
DRecipientEditTextView.java787 final byte[] origPhotoBytes = contact.getPhotoBytes(); in loadAvatarIcon()
802 final byte[] loadedPhotoBytes = contact.getPhotoBytes(); in loadAvatarIcon()