HomeSort by relevance Sort by last modified time
    Searched refs:getPhotoBytes (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 328 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)) {
RecipientEntry.java 298 public synchronized byte[] getPhotoBytes() {
DropdownChipLayouter.java 251 byte[] photoBytes = entry.getPhotoBytes();
RecipientEditTextView.java     [all...]

Completed in 223 milliseconds