Searched refs:MESSAGE_PHOTOS_LOADED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java276 private static final int MESSAGE_PHOTOS_LOADED = 2; field in class:ContactPhotoManagerImpl
702 case MESSAGE_PHOTOS_LOADED: {
836 if (jpegsDecoded) mMainThreadHandler.sendEmptyMessage(MESSAGE_PHOTOS_LOADED);
1102 mMainThreadHandler.sendEmptyMessage(MESSAGE_PHOTOS_LOADED);
1130 mMainThreadHandler.sendEmptyMessage(MESSAGE_PHOTOS_LOADED);

Completed in 19 milliseconds