HomeSort by relevance Sort by last modified time
    Searched refs:mMainThreadHandler (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 59 // Message codes used with mMainThreadHandler
74 MainThreadHandler mMainThreadHandler;
186 if (Looper.myLooper() == mMainThreadHandler.getLooper()) {
191 Message msg = mMainThreadHandler.obtainMessage(command, request);
214 mMainThreadHandler.sendEmptyMessage(command);
238 mMainThreadHandler = new MainThreadHandler();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 332 private final Handler mMainThreadHandler = new Handler(this);
678 mMainThreadHandler.sendEmptyMessage(MESSAGE_REQUEST_LOADING);
831 if (jpegsDecoded) mMainThreadHandler.sendEmptyMessage(MESSAGE_PHOTOS_LOADED);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 227 private final Handler mMainThreadHandler = new Handler(Looper.getMainLooper());
548 mMainThreadHandler.post(mCheckFilterValidityRunnable);
    [all...]

Completed in 2270 milliseconds