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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java76 private CommandsInterface mCmdIf; field in class:CatService
113 mCmdIf = ci;
120 mCmdIf.setOnCatSessionEnd(this, MSG_ID_SESSION_END, null);
121 mCmdIf.setOnCatProactiveCmd(this, MSG_ID_PROACTIVE_COMMAND, null);
122 mCmdIf.setOnCatEvent(this, MSG_ID_EVENT_NOTIFY, null);
123 mCmdIf.setOnCatCallSetUp(this, MSG_ID_CALL_SETUP, null);
124 //mCmdIf.setOnSimRefresh(this, MSG_ID_REFRESH, null);
141 mCmdIf.unSetOnCatSessionEnd(this);
142 mCmdIf.unSetOnCatProactiveCmd(this);
143 mCmdIf
[all...]

Completed in 8 milliseconds