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

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 102 public boolean isPhotoSupported() {
ContactEntryListAdapter.java 384 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
584 public boolean isPhotoSupported(int partitionIndex) {
587 return ((DirectoryPartition) partition).isPhotoSupported();
ContactListAdapter.java 217 if (!isPhotoSupported(partitionIndex)) {

Completed in 2258 milliseconds