• Home
  • Raw
  • Download

Lines Matching refs:resMsg

837         CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd);  in sendScreenBusyResponse()  local
839 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()
840 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1236 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local
1254 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1256 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1259 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
1270 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
1273 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1275 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1277 resMsg.setInput(input); in handleCmdResponse()
1287 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1290 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1294 resMsg.setResultCode(confirmed ? ResultCode.OK in handleCmdResponse()
1303 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1304 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1313 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1317 resMsg.setResultCode(ResultCode.BACKWARD_MOVE_BY_USER); in handleCmdResponse()
1321 resMsg.setResultCode(ResultCode.UICC_SESSION_TERM_BY_USER); in handleCmdResponse()
1332 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1334 resMsg.setResultCode(ResultCode.NO_RESPONSE_FROM_USER); in handleCmdResponse()
1342 resMsg.setResultCode(ResultCode.OK); in handleCmdResponse()
1346 resMsg.setResultCode(ResultCode.USER_NOT_ACCEPT); in handleCmdResponse()
1352 resMsg.setConfirmation(confirmed); in handleCmdResponse()
1359 resMsg.setResultCode(ResultCode.LAUNCH_BROWSER_ERROR); in handleCmdResponse()
1391 mStkService[slotId].onCmdResponse(resMsg); in handleCmdResponse()
1919 … CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentSetupEventCmd); in sendSetUpEventResponse() local
1921 resMsg.setResultCode(ResultCode.OK); in sendSetUpEventResponse()
1922 resMsg.setEventDownload(event, addedInfo); in sendSetUpEventResponse()
1924 mStkService[slotId].onCmdResponse(resMsg); in sendSetUpEventResponse()