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.java7892 String tmResponse = tm.getIccAuthentication(tm.APPTYPE_USIM, in getGsmSimAuthResponse() local
7894 if (tmResponse == null) { in getGsmSimAuthResponse()
7897 tmResponse = tm.getIccAuthentication(tm.APPTYPE_SIM, in getGsmSimAuthResponse()
7900 logv("Raw Response - " + tmResponse); in getGsmSimAuthResponse()
7902 if (tmResponse == null || tmResponse.length() <= 4) { in getGsmSimAuthResponse()
7903 loge("bad response - " + tmResponse); in getGsmSimAuthResponse()
7907 byte[] result = android.util.Base64.decode(tmResponse, android.util.Base64.DEFAULT); in getGsmSimAuthResponse()
7911 loge("malfomed response - " + tmResponse); in getGsmSimAuthResponse()
7917 loge("malfomed response - " + tmResponse); in getGsmSimAuthResponse()
7922 loge("malfomed response - " + tmResponse); in getGsmSimAuthResponse()
[all …]