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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java52 private static final int EVENT_UPDATE_DONE = 2; field in class:RuimSmsInterfaceManager
60 case EVENT_UPDATE_DONE:
120 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
156 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
H A DRuimRecords.java71 private static final int EVENT_UPDATE_DONE = 14; field in class:RuimRecords
277 case EVENT_UPDATE_DONE:
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java47 protected static final int EVENT_UPDATE_DONE = 3; field in class:IccPhoneBookInterfaceManager
70 case EVENT_UPDATE_DONE:
164 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
208 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java61 private static final int EVENT_UPDATE_DONE = 2; field in class:SimSmsInterfaceManager
73 case EVENT_UPDATE_DONE:
142 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
179 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
H A DSIMRecords.java139 private static final int EVENT_UPDATE_DONE = 14; field in class:SIMRecords
408 obtainMessage (EVENT_UPDATE_DONE, EF_MWIS));
418 obtainMessage (EVENT_UPDATE_DONE, EF_VOICE_MAIL_INDICATOR_CPHS));
459 obtainMessage (EVENT_UPDATE_DONE, EF_CFIS));
473 obtainMessage (EVENT_UPDATE_DONE, EF_CFF_CPHS));
893 case EVENT_UPDATE_DONE:

Completed in 141 milliseconds