Lines Matching refs:resMsg
889 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local
891 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()
892 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1301 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local
1319 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1321 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1324 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
1335 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
1338 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1340 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1342 resMsg.setInput(input); in handleCmdResponse()
1352 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1355 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1359 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
1368 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1369 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1378 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1382 resMsg.setResultCode(ResultCode.BACKWARD_MOVE_BY_USER); in handleCmdResponse()
1386 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1397 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1399 resMsg.setResultCode(ResultCode.NO_RESPONSE_FROM_USER); in handleCmdResponse()
1407 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1411 resMsg.setResultCode(ResultCode.USER_NOT_ACCEPT); in handleCmdResponse()
1417 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1424 resMsg.setResultCode(ResultCode.LAUNCH_BROWSER_ERROR); in handleCmdResponse()
1456 mStkService[slotId].onCmdResponse(resMsg); in handleCmdResponse()
1911 … CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentSetupEventCmd); in sendSetUpEventResponse() local
1913 resMsg.setResultCode(ResultCode.OK); in sendSetUpEventResponse()
1914 resMsg.setEventDownload(event, addedInfo); in sendSetUpEventResponse()
1916 mStkService[slotId].onCmdResponse(resMsg); in sendSetUpEventResponse()