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 430 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
618 public boolean isPhotoSupported(int partitionIndex) {
621 return ((DirectoryPartition) partition).isPhotoSupported();
ContactListAdapter.java 230 if (!isPhotoSupported(partitionIndex)) {
PhoneNumberListAdapter.java 413 if (!isPhotoSupported(partitionIndex)) {

Completed in 376 milliseconds