Searched refs:EVENT_UPDATE_DONE (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java58 protected static final int EVENT_UPDATE_DONE = 3; field in class:IccPhoneBookInterfaceManager
81 case EVENT_UPDATE_DONE:
181 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
229 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
H A DIccSmsInterfaceManager.java74 private static final int EVENT_UPDATE_DONE = 2; field in class:IccSmsInterfaceManager
92 case EVENT_UPDATE_DONE:
206 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
260 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java147 private static final int EVENT_UPDATE_DONE = 14; field in class:SIMRecords
448 obtainMessage (EVENT_UPDATE_DONE, EF_MWIS, 0));
457 obtainMessage (EVENT_UPDATE_DONE, EF_VOICE_MAIL_INDICATOR_CPHS));
549 obtainMessage (EVENT_UPDATE_DONE, EF_CFIS));
566 obtainMessage (EVENT_UPDATE_DONE, EF_CFF_CPHS));
982 case EVENT_UPDATE_DONE:
H A DRuimRecords.java90 private static final int EVENT_UPDATE_DONE = 14; field in class:RuimRecords
677 case EVENT_UPDATE_DONE:

Completed in 359 milliseconds