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 55 private static final int EVENT_UPDATE_DONE = 2;
70 case EVENT_UPDATE_DONE:
174 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
225 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 138 private static final int EVENT_UPDATE_DONE = 14;
422 obtainMessage (EVENT_UPDATE_DONE, EF_MWIS));
432 obtainMessage (EVENT_UPDATE_DONE, EF_VOICE_MAIL_INDICATOR_CPHS));
482 obtainMessage (EVENT_UPDATE_DONE, EF_CFIS));
499 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 56 milliseconds