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/
DWifiCarrierInfoManager.java888 String tmResponse = specifiedTm.getIccAuthentication( in getGsmAuthResponseWithLength() local
890 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() local
963 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()
[all …]