Home
last modified time | relevance | path

Searched refs:mCaptivePortalApiUrl (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DLinkProperties.java74 private Uri mCaptivePortalApiUrl; field in LinkProperties
201 mCaptivePortalApiUrl = source.mCaptivePortalApiUrl; in LinkProperties()
890 mCaptivePortalApiUrl = null; in clear()
962 if (mCaptivePortalApiUrl != null) { in toString()
963 resultJoiner.add("CaptivePortalApiUrl: " + mCaptivePortalApiUrl); in toString()
1520 return Objects.equals(mCaptivePortalApiUrl, target.mCaptivePortalApiUrl); in isIdenticalCaptivePortalApiUrl()
1560 mCaptivePortalApiUrl = url; in setCaptivePortalApiUrl()
1575 return mCaptivePortalApiUrl; in getCaptivePortalApiUrl()
1669 + Objects.hash(mCaptivePortalApiUrl, mCaptivePortalData); in hashCode()
1708 dest.writeParcelable(mParcelSensitiveFields ? mCaptivePortalApiUrl : null, 0); in writeToParcel()
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java2678 if (isConclusiveResult(mResult, mProbe.mCaptivePortalApiUrl)) { in run()
2693 protected final Uri mCaptivePortalApiUrl; field in NetworkMonitor.Probe
2700 mCaptivePortalApiUrl = captivePortalApiUrl; in Probe()
2727 validationLog("Fetching captive portal data from " + mCaptivePortalApiUrl); in sendCapportApiProbe()
2731 final URL url = new URL(mCaptivePortalApiUrl.toString()); in sendCapportApiProbe()
2784 if (mCaptivePortalApiUrl == null) return null; in tryCapportApiProbe()
2815 return mCaptivePortalApiUrl == null ? res : new CapportApiProbeResult(res, capportData); in sendProbe()