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.java953 private static final int PRELOAD_STATUS_DONE = 2; field in ContactPhotoManagerImpl.LoaderThread
982 if (preloadStatus == PRELOAD_STATUS_DONE) { in requestPreloading()
1032 if (preloadStatus == PRELOAD_STATUS_DONE) { in preloadPhotosInBackground()
1039 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1048 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1069 preloadStatus = PRELOAD_STATUS_DONE; in preloadPhotosInBackground()
1138 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()