HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_UPDATE_DONE (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 53 protected static final int EVENT_UPDATE_DONE = 3;
76 case EVENT_UPDATE_DONE:
183 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
232 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
IccSmsInterfaceManager.java 64 private static final int EVENT_UPDATE_DONE = 2;
81 case EVENT_UPDATE_DONE:
197 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
252 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 145 private static final int EVENT_UPDATE_DONE = 14;
430 obtainMessage (EVENT_UPDATE_DONE, EF_MWIS));
440 obtainMessage (EVENT_UPDATE_DONE, EF_VOICE_MAIL_INDICATOR_CPHS));
500 obtainMessage (EVENT_UPDATE_DONE, EF_CFIS));
517 obtainMessage (EVENT_UPDATE_DONE, EF_CFF_CPHS));
    [all...]
RuimRecords.java 90 private static final int EVENT_UPDATE_DONE = 14;
522 case EVENT_UPDATE_DONE:

Completed in 36 milliseconds