Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java501 String tmResponse = defaultDataTm.getIccAuthentication( in getGsmAuthResponseWithLength() local
503 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() local
576 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()
[all …]