Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDirectoryPartition.java109 public boolean isPhotoSupported() { in isPhotoSupported() method in DirectoryPartition
DContactEntryListAdapter.java472 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
708 public boolean isPhotoSupported(int partitionIndex) { in isPhotoSupported() method in ContactEntryListAdapter
711 return ((DirectoryPartition) partition).isPhotoSupported(); in isPhotoSupported()
DContactListAdapter.java241 if (!isPhotoSupported(partitionIndex)) { in bindPhoto()
DPhoneNumberListAdapter.java534 if (!isPhotoSupported(partitionIndex)) { in bindPhoto()