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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 109 public boolean isPhotoSupported() {
ContactEntryListAdapter.java 459 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
685 public boolean isPhotoSupported(int partitionIndex) {
688 return ((DirectoryPartition) partition).isPhotoSupported();
ContactListAdapter.java 222 if (!isPhotoSupported(partitionIndex)) {
PhoneNumberListAdapter.java 430 if (!isPhotoSupported(partitionIndex)) {

Completed in 67 milliseconds