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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java60 protected Handler mBaseHandler = new Handler() { field in class:IccPhoneBookInterfaceManager
181 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
229 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
276 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
290 if (mBaseHandler.getLooper().equals(Looper.myLooper())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java63 //Using mBaseHandler, no difference in EVENT_GET_SIZE_DONE handling
65 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java63 //Using mBaseHandler, no difference in EVENT_GET_SIZE_DONE handling
65 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);

Completed in 1377 milliseconds