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 460 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) {
686 public boolean isPhotoSupported(int partitionIndex) {
689 return ((DirectoryPartition) partition).isPhotoSupported();
ContactListAdapter.java 222 if (!isPhotoSupported(partitionIndex)) {
PhoneNumberListAdapter.java 460 if (!isPhotoSupported(partitionIndex)) {

Completed in 614 milliseconds