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.java500 String tmResponse = defaultDataTm.getIccAuthentication( in getGsmAuthResponseWithLength() local
502 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmAuthResponseWithLength()
504 if (tmResponse == null || tmResponse.length() <= 4) { in getGsmAuthResponseWithLength()
505 Log.e(TAG, "bad response - " + tmResponse); in getGsmAuthResponseWithLength()
509 byte[] result = Base64.decode(tmResponse, Base64.DEFAULT); in getGsmAuthResponseWithLength()
513 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()
519 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()
524 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()
573 String tmResponse = defaultDataTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse() local
575 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()
[all …]