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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java87 private CommandsInterface mCmdIf; field in class:CatService
137 mCmdIf = ci;
152 mCmdIf.setOnCatSessionEnd(this, MSG_ID_SESSION_END, null);
153 mCmdIf.setOnCatProactiveCmd(this, MSG_ID_PROACTIVE_COMMAND, null);
154 mCmdIf.setOnCatEvent(this, MSG_ID_EVENT_NOTIFY, null);
155 mCmdIf.setOnCatCallSetUp(this, MSG_ID_CALL_SETUP, null);
156 //mCmdIf.setOnSimRefresh(this, MSG_ID_REFRESH, null);
158 mCmdIf.registerForIccRefresh(this, MSG_ID_ICC_REFRESH, null);
159 mCmdIf.setOnCatCcAlphaNotify(this, MSG_ID_ALPHA_NOTIFY, null);
244 mCmdIf
[all...]

Completed in 26 milliseconds