Searched defs:unregisterForIccRefresh (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java496 public void unregisterForIccRefresh(Handler h) { method in class:BaseCommands
501 unregisterForIccRefresh(h);
H A DCommandsInterface.java347 void unregisterForIccRefresh(Handler h); method in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java2261 public void unregisterForIccRefresh(Handler h) { method in class:SimulatedCommands
2262 super.unregisterForIccRefresh(h);
2263 SimulatedCommandsVerifier.getInstance().unregisterForIccRefresh(h);
H A DSimulatedCommandsVerifier.java326 public void unregisterForIccRefresh(Handler h) { method in class:SimulatedCommandsVerifier

Completed in 69 milliseconds