Searched refs:tmResponse (Results 1 – 1 of 1) sorted by relevance
888 String tmResponse = specifiedTm.getIccAuthentication( in getGsmAuthResponseWithLength() local890 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmAuthResponseWithLength()892 if (tmResponse == null || tmResponse.length() <= 4) { in getGsmAuthResponseWithLength()893 Log.e(TAG, "bad response - " + tmResponse); in getGsmAuthResponseWithLength()897 byte[] result = Base64.decode(tmResponse, Base64.DEFAULT); in getGsmAuthResponseWithLength()901 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()907 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()912 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()961 String tmResponse = specifiedTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse() local963 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()[all …]