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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java188 byte[] photoBytes = entry.getPhotoBytes();
H A DRecipientAlternatesAdapter.java326 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null)
327 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
331 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
332 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) {
H A DRecipientEntry.java236 public synchronized byte[] getPhotoBytes() { method in class:RecipientEntry
H A DRecipientEditTextView.java737 final byte[] origPhotoBytes = contact.getPhotoBytes();
752 final byte[] loadedPhotoBytes = contact.getPhotoBytes();

Completed in 48 milliseconds