Searched refs:MESSAGE_LOAD_PHOTOS (Results 1 – 2 of 2) sorted by relevance
937 private static final int MESSAGE_LOAD_PHOTOS = 1; field in ContactPhotoManagerImpl.LoaderThread987 if (loaderThreadHandler.hasMessages(MESSAGE_LOAD_PHOTOS)) { in requestPreloading()1001 loaderThreadHandler.sendEmptyMessage(MESSAGE_LOAD_PHOTOS); in requestLoading()1014 case MESSAGE_LOAD_PHOTOS: in handleMessage()
1287 private static final int MESSAGE_LOAD_PHOTOS = 1; field in ContactPhotoManagerImpl.LoaderThread1345 if (mLoaderThreadHandler.hasMessages(MESSAGE_LOAD_PHOTOS)) { in requestPreloading()1361 mLoaderThreadHandler.sendEmptyMessage(MESSAGE_LOAD_PHOTOS); in requestLoading()1374 case MESSAGE_LOAD_PHOTOS: in handleMessage()