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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccRecordsTest.java74 verify(mSimulatedCommandsVerifier).registerForIccRefresh(eq(mIccRecords),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java481 public void registerForIccRefresh(Handler h, int what, Object obj) { method in class:BaseCommands
487 registerForIccRefresh(h, what, obj);
H A DCommandsInterface.java346 void registerForIccRefresh(Handler h, int what, Object obj); method in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java2255 public void registerForIccRefresh(Handler h, int what, Object obj) { method in class:SimulatedCommands
2256 super.registerForIccRefresh(h, what, obj);
2257 SimulatedCommandsVerifier.getInstance().registerForIccRefresh(h, what, obj);
H A DSimulatedCommandsVerifier.java321 public void registerForIccRefresh(Handler h, int what, Object obj) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java180 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, i);
H A DIccRecords.java213 mCi.registerForIccRefresh(this, EVENT_REFRESH, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java166 mCmdIf.registerForIccRefresh(this, MSG_ID_ICC_REFRESH, null);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 129 milliseconds