Home
last modified time | relevance | path

Searched refs:resMsg (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java944 RIL_SIM_SAP_CONNECT_RSP resMsg = in createSolicited() local
947 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() local
986 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() local
1017 switch (resMsg.getResponse()) { in createSolicited()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java897 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local
899 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() local
1311 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 …]