HomeSort by relevance Sort by last modified time
    Searched defs:registerForIccRefresh (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 131 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, index);
IsimUiccRecords.java 89 mCi.registerForIccRefresh(this, EVENT_ISIM_REFRESH, null);
RuimRecords.java 111 mCi.registerForIccRefresh(this, EVENT_RUIM_REFRESH, null);
    [all...]
SIMRecords.java 206 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 466 public void registerForIccRefresh(Handler h, int what, Object obj) {
472 registerForIccRefresh(h, what, obj);
CommandsInterface.java 331 void registerForIccRefresh(Handler h, int what, Object obj);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 158 mCmdIf.registerForIccRefresh(this, MSG_ID_ICC_REFRESH, null);
    [all...]

Completed in 249 milliseconds