Searched refs:SimAuthResponseData (Results 1 – 3 of 3) sorted by relevance
35 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()
620 public static class SimAuthResponseData { class in TelephonyUtil621 public SimAuthResponseData(String type, String response) { in SimAuthResponseData() method in TelephonyUtil.SimAuthResponseData630 public static SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData, in get3GAuthResponse()696 return new SimAuthResponseData(resType, response); in get3GAuthResponse()
120 import com.android.server.wifi.util.TelephonyUtil.SimAuthResponseData;6080 SimAuthResponseData response = in handle3GAuthRequest()