Home
last modified time | relevance | path

Searched refs:unregisterForIccRefresh (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java99 mCi.unregisterForIccRefresh(this); in dispose()
DRuimRecords.java124 mCi.unregisterForIccRefresh(this); in dispose()
DSIMRecords.java219 mCi.unregisterForIccRefresh(this); in dispose()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java481 public void unregisterForIccRefresh(Handler h) { in unregisterForIccRefresh() method in BaseCommands
486 unregisterForIccRefresh(h); in unsetOnIccRefresh()
DCommandsInterface.java332 void unregisterForIccRefresh(Handler h); in unregisterForIccRefresh() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java250 mCmdIf.unregisterForIccRefresh(this); in dispose()