Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DDhcpResults.java71 public String captivePortalApiUrl; field in DhcpResults
107 captivePortalApiUrl = source.captivePortalApiUrl; in DhcpResults()
141 captivePortalApiUrl = null; in clear()
153 if (captivePortalApiUrl != null) { in toString()
154 str.append(" CaptivePortalApiUrl ").append(captivePortalApiUrl); in toString()
174 && Objects.equals(captivePortalApiUrl, target.captivePortalApiUrl); in equals()
199 dest.writeString(captivePortalApiUrl); in writeToParcel()
215 dhcpResults.captivePortalApiUrl = in.readString(); in readFromParcel()
322 return captivePortalApiUrl; in getCaptivePortalApiUrl()
326 captivePortalApiUrl = url; in setCaptivePortalApiUrl()
/frameworks/base/services/net/java/android/net/util/
DDhcpResultsCompatUtil.java51 results.captivePortalApiUrl = p.captivePortalApiUrl; in fromStableParcelable()
/frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/
DConnectivityServiceIntegrationTest.kt240 lp.captivePortalApiUrl = Uri.parse(apiUrl) in testCapportApi()