Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java955 RIL_SIM_SAP_CONNECT_RSP resMsg = in createSolicited() local
958 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() local
999 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() local
1031 switch (resMsg.getResponse()) { in createSolicited()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java889 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local
891 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() local
1319 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 …]