HomeSort by relevance Sort by last modified time
    Searched defs:mBaseHandler (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 61 protected Handler mBaseHandler = new Handler() {
185 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
234 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
261 //Using mBaseHandler, no difference in EVENT_GET_SIZE_DONE handling
263 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
300 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
314 if (mBaseHandler.getLooper().equals(Looper.myLooper())) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 56 milliseconds