Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java470 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
677 public boolean isPhotoSupported(int partitionIndex) { in isPhotoSupported() method in ContactEntryListAdapter
680 return ((DirectoryPartition) partition).isPhotoSupported(); in isPhotoSupported()
DDirectoryPartition.java109 public boolean isPhotoSupported() { in isPhotoSupported() method in DirectoryPartition
DContactListAdapter.java245 if (!isPhotoSupported(partitionIndex)) { in bindPhoto()
DPhoneNumberListAdapter.java534 if (!isPhotoSupported(partitionIndex)) { in bindPhoto()