Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDirectoryPartition.java102 public boolean isPhotoSupported() { in isPhotoSupported() method in DirectoryPartition
DContactEntryListAdapter.java408 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
608 public boolean isPhotoSupported(int partitionIndex) { in isPhotoSupported() method in ContactEntryListAdapter
611 return ((DirectoryPartition) partition).isPhotoSupported(); in isPhotoSupported()
DContactListAdapter.java216 if (!isPhotoSupported(partitionIndex)) { in bindPhoto()