Searched refs:detectUrl (Results 1 – 2 of 2) sorted by relevance
51 public final String detectUrl; // URL where a 204 response code indicates field in CaptivePortalProbeResult61 @Nullable String detectUrl) { in CaptivePortalProbeResult() argument62 this(httpResponseCode, redirectUrl, detectUrl, null); in CaptivePortalProbeResult()66 @Nullable String detectUrl, @Nullable CaptivePortalProbeSpec probeSpec) { in CaptivePortalProbeResult() argument69 this.detectUrl = detectUrl; in CaptivePortalProbeResult()
811 appExtras.putString(EXTRA_CAPTIVE_PORTAL_URL, probeRes.detectUrl); in processMessage()