Searched defs:isPhotoSupported (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryPartition.java102 public boolean isPhotoSupported() { method in class:DirectoryPartition
H A DContactEntryListAdapter.java384 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
584 public boolean isPhotoSupported(int partitionIndex) { method in class:ContactEntryListAdapter
587 return ((DirectoryPartition) partition).isPhotoSupported();

Completed in 443 milliseconds