Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java950 private static final int PRELOAD_STATUS_NOT_STARTED = 0; field in ContactPhotoManagerImpl.LoaderThread
961 private int preloadStatus = PRELOAD_STATUS_NOT_STARTED;
1035 if (preloadStatus == PRELOAD_STATUS_NOT_STARTED) { in preloadPhotosInBackground()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1315 private static final int PRELOAD_STATUS_NOT_STARTED = 0; field in ContactPhotoManagerImpl.LoaderThread
1319 private int mPreloadStatus = PRELOAD_STATUS_NOT_STARTED;
1392 if (mPreloadStatus == PRELOAD_STATUS_NOT_STARTED) { in preloadPhotosInBackground()