Searched refs:resMsg (Results 1 – 1 of 1) sorted by relevance
456 CatResponseMessage resMsg = new CatResponseMessage(mCurrentCmd); in handleCmdResponse() local470 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()472 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()474 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()485 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()488 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()490 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()491 resMsg.setInput(input); in handleCmdResponse()500 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()504 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()[all …]