Lines Matching refs:resMsg

674         CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd);  in sendScreenBusyResponse()  local
676 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()
677 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1047 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local
1063 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1065 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1068 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
1079 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
1082 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1084 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1086 resMsg.setInput(input); in handleCmdResponse()
1096 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1099 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1103 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
1112 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1113 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1122 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1126 resMsg.setResultCode(ResultCode.BACKWARD_MOVE_BY_USER); in handleCmdResponse()
1130 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1141 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1143 resMsg.setResultCode(ResultCode.NO_RESPONSE_FROM_USER); in handleCmdResponse()
1151 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1155 resMsg.setResultCode(ResultCode.USER_NOT_ACCEPT); in handleCmdResponse()
1161 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1175 mStkService[slotId].onCmdResponse(resMsg); in handleCmdResponse()
1380 … CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentSetupEventCmd); in sendSetUpEventResponse() local
1382 resMsg.setResultCode(ResultCode.OK); in sendSetUpEventResponse()
1383 resMsg.setEventDownload(event, addedInfo); in sendSetUpEventResponse()
1385 mStkService[slotId].onCmdResponse(resMsg); in sendSetUpEventResponse()