Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java35 import com.android.server.wifi.util.TelephonyUtil.SimAuthResponseData;
494 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseNullIccAuthentication()
506 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseIccAuthenticationTooShort()
519 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseBadTag()
532 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuth()
546 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuts()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java621 public static class SimAuthResponseData { class in TelephonyUtil
622 public SimAuthResponseData(String type, String response) { in SimAuthResponseData() method in TelephonyUtil.SimAuthResponseData
631 public static SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData, in get3GAuthResponse()
697 return new SimAuthResponseData(resType, response); in get3GAuthResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java126 import com.android.server.wifi.util.TelephonyUtil.SimAuthResponseData;
6172 SimAuthResponseData response = in handle3GAuthRequest()