Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2634 if (isConclusiveResult(mResult, mProbe.mCaptivePortalApiUrl)) { in run()
2649 protected final Uri mCaptivePortalApiUrl; field in NetworkMonitor.Probe
2656 mCaptivePortalApiUrl = captivePortalApiUrl; in Probe()
2681 validationLog("Fetching captive portal data from " + mCaptivePortalApiUrl); in sendCapportApiProbe()
2685 final URL url = new URL(mCaptivePortalApiUrl.toString()); in sendCapportApiProbe()
2738 if (mCaptivePortalApiUrl == null) return null; in tryCapportApiProbe()
2769 return mCaptivePortalApiUrl == null ? res : new CapportApiProbeResult(res, capportData); in sendProbe()