Searched refs:resMsg (Results 1 – 2 of 2) sorted by relevance
944 RIL_SIM_SAP_CONNECT_RSP resMsg = in createSolicited() local947 if (resMsg.hasMaxMessageSize()) { in createSolicited()948 mMaxMsgSize = resMsg.getMaxMessageSize(); in createSolicited()951 switch (resMsg.getResponse()) { in createSolicited()983 RIL_SIM_SAP_APDU_RSP resMsg = in createSolicited() local986 switch (resMsg.getResponse()) { in createSolicited()990 if (resMsg.hasApduResponse()) { in createSolicited()991 mApduResp = resMsg.getApduResponse().toByteArray(); in createSolicited()1013 RIL_SIM_SAP_SET_TRANSFER_PROTOCOL_RSP resMsg = in createSolicited() local1017 switch (resMsg.getResponse()) { in createSolicited()[all …]
897 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local899 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()900 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()1293 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local1311 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()1313 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()1316 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()1327 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()1330 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()1332 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()[all …]