Home | History | Annotate | Download | only in sap

Lines Matching defs:resMsg

949             RIL_SIM_SAP_CONNECT_RSP resMsg =
952 if(resMsg.hasMaxMessageSize()) {
953 mMaxMsgSize = resMsg.getMaxMessageSize();
956 switch(resMsg.getResponse()) {
987 RIL_SIM_SAP_APDU_RSP resMsg =
990 switch(resMsg.getResponse()) {
993 /* resMsg.getType is unused as the client knows the type of request used. */
994 if(resMsg.hasApduResponse()){
995 mApduResp = resMsg.getApduResponse().toByteArray();
1018 RIL_SIM_SAP_SET_TRANSFER_PROTOCOL_RSP resMsg =
1022 switch(resMsg.getResponse()) {
1046 RIL_SIM_SAP_TRANSFER_ATR_RSP resMsg =
1049 if(resMsg.hasAtr()) {
1050 mAtr = resMsg.getAtr().toByteArray();
1052 switch(resMsg.getResponse()) {
1079 RIL_SIM_SAP_POWER_RSP resMsg =
1082 switch(resMsg.getResponse()) {
1106 RIL_SIM_SAP_POWER_RSP resMsg =
1109 switch(resMsg.getResponse()) {
1133 RIL_SIM_SAP_RESET_SIM_RSP resMsg =
1136 switch(resMsg.getResponse()) {
1157 RIL_SIM_SAP_TRANSFER_CARD_READER_STATUS_RSP resMsg =
1161 switch(resMsg.getResponse()) {
1164 if(resMsg.hasCardReaderStatus()) {
1165 mCardReaderStatus = resMsg.getCardReaderStatus();