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/
DWifiStateMachine.java9841 String tmResponse = tm.getIccSimChallengeResponse(appType, base64Challenge); in handleGsmAuthRequest() local
9842 if (tmResponse == null) { in handleGsmAuthRequest()
9847 tmResponse = tm.getIccSimChallengeResponse(appType, base64Challenge); in handleGsmAuthRequest()
9849 logv("Raw Response - " + tmResponse); in handleGsmAuthRequest()
9851 if (tmResponse != null && tmResponse.length() > 4) { in handleGsmAuthRequest()
9852 byte[] result = android.util.Base64.decode(tmResponse, in handleGsmAuthRequest()
9863 loge("bad response - " + tmResponse); in handleGsmAuthRequest()
9899 String tmResponse = ""; in handle3GAuthRequest() local
9908 tmResponse = tm.getIccSimChallengeResponse(appType, base64Challenge); in handle3GAuthRequest()
9909 logv("Raw Response - " + tmResponse); in handle3GAuthRequest()
[all …]