Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java96 private CommandsInterface mCmdIf; field in CatService
152 mCmdIf = ci; in CatService()
259 mCmdIf.unSetOnCatSessionEnd(this); in dispose()
260 mCmdIf.unSetOnCatProactiveCmd(this); in dispose()
261 mCmdIf.unSetOnCatEvent(this); in dispose()
262 mCmdIf.unSetOnCatCallSetUp(this); in dispose()
263 mCmdIf.unSetOnCatCcAlphaNotify(this); in dispose()
265 mCmdIf.unregisterForIccRefresh(this); in dispose()
726 mCmdIf.sendEnvelope(hexString, null); in sendMenuSelection()
800 mCmdIf.sendEnvelope(hexString, null); in eventDownload()
[all …]