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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DBaseCommands.java359 public void registerForIccRefresh(Handler h, int what, Object obj) { method in class:BaseCommands
364 registerForIccRefresh(h, what, obj);
H A DCommandsInterface.java292 void registerForIccRefresh(Handler h, int what, Object obj); method in interface:CommandsInterface
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java94 mCi.registerForIccRefresh(this, EVENT_RUIM_REFRESH, null);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java194 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);

Completed in 15 milliseconds