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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 125 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, index);
IsimUiccRecords.java 88 mCi.registerForIccRefresh(this, EVENT_ISIM_REFRESH, null);
RuimRecords.java 112 mCi.registerForIccRefresh(this, EVENT_RUIM_REFRESH, null);
    [all...]
SIMRecords.java 205 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 467 public void registerForIccRefresh(Handler h, int what, Object obj) {
473 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 77 milliseconds