Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java952 private static final int PRELOAD_STATUS_DONE = 2; field in ContactPhotoManagerImpl.LoaderThread
981 if (preloadStatus == PRELOAD_STATUS_DONE) { in requestPreloading()
1031 if (preloadStatus == PRELOAD_STATUS_DONE) { in preloadPhotosInBackground()
1038 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1047 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1068 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1137 preloadStatus = PRELOAD_STATUS_DONE; in loadThumbnails()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1317 private static final int PRELOAD_STATUS_DONE = 2; field in ContactPhotoManagerImpl.LoaderThread
1340 if (mPreloadStatus == PRELOAD_STATUS_DONE) { in requestPreloading()
1388 if (mPreloadStatus == PRELOAD_STATUS_DONE) { in preloadPhotosInBackground()
1395 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1404 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1425 mPreloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1487 mPreloadStatus = PRELOAD_STATUS_DONE; in loadThumbnails()