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.java455 StkResponseMessage resMsg = new StkResponseMessage(mCurrentCmd); in handleCmdResponse() local
469 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
471 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
473 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
483 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
486 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
488 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
489 resMsg.setInput(input); in handleCmdResponse()
498 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
502 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
[all …]