Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/
DCaptivePortalProbeResult.java51 public final String detectUrl; // URL where a 204 response code indicates field in CaptivePortalProbeResult
61 @Nullable String detectUrl) { in CaptivePortalProbeResult() argument
62 this(httpResponseCode, redirectUrl, detectUrl, null); in CaptivePortalProbeResult()
66 @Nullable String detectUrl, @Nullable CaptivePortalProbeSpec probeSpec) { in CaptivePortalProbeResult() argument
69 this.detectUrl = detectUrl; in CaptivePortalProbeResult()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java811 appExtras.putString(EXTRA_CAPTIVE_PORTAL_URL, probeRes.detectUrl); in processMessage()