Home
last modified time | relevance | path

Searched refs:mDisplayPhotos (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java64 private boolean mDisplayPhotos; field in ContactEntryListAdapter
315 return mDisplayPhotos; in getDisplayPhotos()
319 mDisplayPhotos = displayPhotos; in setDisplayPhotos()
470 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactEntryListAdapter.java60 private boolean mDisplayPhotos; field in ContactEntryListAdapter
298 return mDisplayPhotos; in getDisplayPhotos()
302 mDisplayPhotos = displayPhotos; in setDisplayPhotos()
431 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()