Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java1008 public static class SimAuthResponseData { class in WifiCarrierInfoManager
1009 public SimAuthResponseData(String type, String response) { in SimAuthResponseData() method in WifiCarrierInfoManager.SimAuthResponseData
1025 public SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData, in get3GAuthResponse()
1091 return new SimAuthResponseData(resType, response); in get3GAuthResponse()
DClientModeImpl.java118 import com.android.server.wifi.WifiCarrierInfoManager.SimAuthResponseData;
5886 SimAuthResponseData response = mWifiCarrierInfoManager
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java61 import com.android.server.wifi.WifiCarrierInfoManager.SimAuthResponseData;
843 SimAuthResponseData response = mWifiCarrierInfoManager.get3GAuthResponse( in get3GAuthResponseNullIccAuthentication()
857 SimAuthResponseData response = mWifiCarrierInfoManager.get3GAuthResponse( in get3GAuthResponseIccAuthenticationTooShort()
872 SimAuthResponseData response = mWifiCarrierInfoManager.get3GAuthResponse( in get3GAuthResponseBadTag()
887 SimAuthResponseData response = mWifiCarrierInfoManager.get3GAuthResponse( in get3GAuthResponseUmtsAuth()
903 SimAuthResponseData response = mWifiCarrierInfoManager.get3GAuthResponse( in get3GAuthResponseUmtsAuts()