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.java905 RIL_SIM_SAP_CONNECT_RSP resMsg = in createSolicited() local
908 if(resMsg.hasMaxMessageSize()) { in createSolicited()
909 mMaxMsgSize = resMsg.getMaxMessageSize(); in createSolicited()
912 switch(resMsg.getResponse()) { in createSolicited()
943 RIL_SIM_SAP_APDU_RSP resMsg = in createSolicited() local
946 switch(resMsg.getResponse()) { in createSolicited()
950 if(resMsg.hasApduResponse()){ in createSolicited()
951 mApduResp = resMsg.getApduResponse().toByteArray(); in createSolicited()
974 RIL_SIM_SAP_SET_TRANSFER_PROTOCOL_RSP resMsg = in createSolicited() local
978 switch(resMsg.getResponse()) { in createSolicited()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java674 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse() local
676 resMsg.setResultCode(ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS); in sendScreenBusyResponse()
677 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1047 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in handleCmdResponse() local
1063 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1065 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
1068 resMsg.setMenuSelection(menuSelection); in handleCmdResponse()
1079 resMsg.setYesNo(yesNoSelection); in handleCmdResponse()
1082 resMsg.setResultCode(ResultCode.HELP_INFO_REQUIRED); in handleCmdResponse()
1084 resMsg.setResultCode(mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() ? in handleCmdResponse()
[all …]