Home
last modified time | relevance | path

Searched refs:resMsg (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java456 CatResponseMessage resMsg = new CatResponseMessage(mCurrentCmd); in handleCmdResponse() local
470 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 …]