Searched refs:tmResponse (Results 1 – 1 of 1) sorted by relevance
501 String tmResponse = defaultDataTm.getIccAuthentication( in getGsmAuthResponseWithLength() local503 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmAuthResponseWithLength()505 if (tmResponse == null || tmResponse.length() <= 4) { in getGsmAuthResponseWithLength()506 Log.e(TAG, "bad response - " + tmResponse); in getGsmAuthResponseWithLength()510 byte[] result = Base64.decode(tmResponse, Base64.DEFAULT); in getGsmAuthResponseWithLength()514 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()520 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()525 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()574 String tmResponse = defaultDataTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse() local576 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()[all …]