Searched refs:resMsg (Results 1 – 2 of 2) sorted by relevance
955 RIL_SIM_SAP_CONNECT_RSP resMsg = in createSolicited() local958 if (resMsg.hasMaxMessageSize()) { in createSolicited()959 mMaxMsgSize = resMsg.getMaxMessageSize(); in createSolicited()961 switch (resMsg.getResponse()) { in createSolicited()996 RIL_SIM_SAP_APDU_RSP resMsg = in createSolicited() local999 switch (resMsg.getResponse()) { in createSolicited()1003 if (resMsg.hasApduResponse()) { in createSolicited()1004 mApduResp = resMsg.getApduResponse().toByteArray(); in createSolicited()1027 RIL_SIM_SAP_SET_TRANSFER_PROTOCOL_RSP resMsg = in createSolicited() local1031 switch (resMsg.getResponse()) { in createSolicited()[all …]
889 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local891 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() local1319 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()[all …]