Lines Matching refs:resMsg

680         CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd);  in sendScreenBusyResponse()  local
682 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()
683 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1012 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local
1028 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1030 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1033 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
1044 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
1047 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1049 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1051 resMsg.setInput(input); in handleCmdResponse()
1061 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1064 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1068 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
1077 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1078 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1089 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1093 resMsg.setResultCode(ResultCode.BACKWARD_MOVE_BY_USER); in handleCmdResponse()
1097 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1108 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1110 resMsg.setResultCode(ResultCode.NO_RESPONSE_FROM_USER); in handleCmdResponse()
1118 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1122 resMsg.setResultCode(ResultCode.USER_NOT_ACCEPT); in handleCmdResponse()
1128 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1142 mStkService[slotId].onCmdResponse(resMsg); in handleCmdResponse()
1347 … CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentSetupEventCmd); in sendSetUpEventResponse() local
1349 resMsg.setResultCode(ResultCode.OK); in sendSetUpEventResponse()
1350 resMsg.setEventDownload(event, addedInfo); in sendSetUpEventResponse()
1352 mStkService[slotId].onCmdResponse(resMsg); in sendSetUpEventResponse()