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

/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);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java56 protected static final int EVENT_GET_SIZE_DONE = 1; field in class:IccPhoneBookInterfaceManager
66 case EVENT_GET_SIZE_DONE:

Completed in 45 milliseconds