Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java72 private ContactPhotoManager mPhotoLoader; field in ContactEntryListAdapter
271 mPhotoLoader = photoLoader; in setPhotoLoader()
275 return mPhotoLoader; in getPhotoLoader()
408 if (mDisplayPhotos && mPhotoLoader != null && isPhotoSupported(partitionIndex)) { in changeCursor()
409 mPhotoLoader.refreshCache(); in changeCursor()