Searched refs:mCurrentCmd (Results 1 – 1 of 1) sorted by relevance
66 private CatCmdMessage mCurrentCmd = null; field in StkAppService353 mCurrentCmd = mMainCmd; in handleSessionEnd()380 mCurrentCmd = cmdMsg; in handleCmd()403 mMainCmd = mCurrentCmd; in handleCmd()433 launchConfirmationDialog(mCurrentCmd.geTextMessage()); in handleCmd()436 launchConfirmationDialog(mCurrentCmd.getCallSettings().confirmMsg); in handleCmd()453 if (mCurrentCmd == null) { in handleCmdResponse()456 CatResponseMessage resMsg = new CatResponseMessage(mCurrentCmd); in handleCmdResponse()465 switch(mCurrentCmd.getCmdType()) { in handleCmdResponse()481 Input cmdInput = mCurrentCmd.geInput(); in handleCmdResponse()[all …]