Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1313 private static final int PRELOAD_STATUS_NOT_STARTED = 0; field in ContactPhotoManagerImpl.LoaderThread
1317 private int mPreloadStatus = PRELOAD_STATUS_NOT_STARTED;
1390 if (mPreloadStatus == PRELOAD_STATUS_NOT_STARTED) { in preloadPhotosInBackground()