Searched refs:registerForIccRefresh (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java360 public void registerForIccRefresh(Handler h, int what, Object obj) { method in class:BaseCommands
365 registerForIccRefresh(h, what, obj);
H A DCommandsInterface.java292 void registerForIccRefresh(Handler h, int what, Object obj); method in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java110 mCi.registerForIccRefresh(this, EVENT_RUIM_REFRESH, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java193 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);

Completed in 188 milliseconds