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()
621 public static class SimAuthResponseData { class in TelephonyUtil622 public SimAuthResponseData(String type, String response) { in SimAuthResponseData() method in TelephonyUtil.SimAuthResponseData631 public static SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData, in get3GAuthResponse()697 return new SimAuthResponseData(resType, response); in get3GAuthResponse()
126 import com.android.server.wifi.util.TelephonyUtil.SimAuthResponseData;6172 SimAuthResponseData response = in handle3GAuthRequest()