HomeSort by relevance Sort by last modified time
    Searched defs:mCmdIf (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 87 private CommandsInterface mCmdIf;
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.unSetOnCatSessionEnd(this)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 182 milliseconds