Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1317 private int mPreloadStatus = PRELOAD_STATUS_NOT_STARTED; field in ContactPhotoManagerImpl.LoaderThread
1338 if (mPreloadStatus == PRELOAD_STATUS_DONE) { in requestPreloading()
1386 if (mPreloadStatus == PRELOAD_STATUS_DONE) { in preloadPhotosInBackground()
1390 if (mPreloadStatus == PRELOAD_STATUS_NOT_STARTED) { in preloadPhotosInBackground()
1393 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1395 mPreloadStatus = PRELOAD_STATUS_IN_PROGRESS; in preloadPhotosInBackground()
1402 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1423 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1478 if (!preloading && mPreloadStatus == PRELOAD_STATUS_IN_PROGRESS) { in loadThumbnails()
1483 mPreloadStatus = PRELOAD_STATUS_DONE; in loadThumbnails()