Searched refs:detectUrl (Results 1 – 2 of 2) sorted by relevance
36 public final String detectUrl; // URL where a 204 response code indicates field in CaptivePortalProbeResult45 public CaptivePortalProbeResult(int httpResponseCode, String redirectUrl, String detectUrl) { in CaptivePortalProbeResult() argument46 this(httpResponseCode, redirectUrl, detectUrl, null); in CaptivePortalProbeResult()49 public CaptivePortalProbeResult(int httpResponseCode, String redirectUrl, String detectUrl, in CaptivePortalProbeResult() argument53 this.detectUrl = detectUrl; in CaptivePortalProbeResult()
555 intent.putExtra(EXTRA_CAPTIVE_PORTAL_URL, probeRes.detectUrl); in processMessage()