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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java328 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null)
329 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
333 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
334 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) {
H A DRecipientEntry.java301 public synchronized byte[] getPhotoBytes() { method in class:RecipientEntry
H A DDropdownChipLayouter.java251 byte[] photoBytes = entry.getPhotoBytes();
H A DRecipientEditTextView.java1010 final byte[] origPhotoBytes = contact.getPhotoBytes();
1025 final byte[] loadedPhotoBytes = contact.getPhotoBytes();

Completed in 48 milliseconds