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

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 109 public boolean isPhotoSupported() {
ContactEntryListAdapter.java 470 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
677 public boolean isPhotoSupported(int partitionIndex) {
680 return ((DirectoryPartition) partition).isPhotoSupported();
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryPartition.java 98 public boolean isPhotoSupported() {
ContactEntryListAdapter.java 453 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
657 public boolean isPhotoSupported(int partitionIndex) {
660 return ((DirectoryPartition) partition).isPhotoSupported();

Completed in 669 milliseconds