Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java592 private static final int MESSAGE_REQUEST_LOADING = 1; field in ContactPhotoManagerImpl
1109 mMainThreadHandler.sendEmptyMessage(MESSAGE_REQUEST_LOADING); in requestLoading()
1119 case MESSAGE_REQUEST_LOADING: { in handleMessage()