Searched refs:probeSpec (Results 1 – 3 of 3) sorted by relevance
68 public final CaptivePortalProbeSpec probeSpec; field in CaptivePortalProbeResult96 @Nullable String detectUrl, @Nullable CaptivePortalProbeSpec probeSpec, in CaptivePortalProbeResult() argument101 this.probeSpec = probeSpec; in CaptivePortalProbeResult()
1191 if (probeRes.probeSpec != null) { in processMessage()1192 final String encodedSpec = probeRes.probeSpec.getEncodedSpec(); in processMessage()2461 @Nullable CaptivePortalProbeSpec probeSpec) { in sendHttpProbe() argument2552 if (probeSpec == null) { in sendHttpProbe()2565 probeResult = probeSpec.getResult(httpResponseCode, redirectUrl); in sendHttpProbe()3006 final CaptivePortalProbeSpec probeSpec = nextFallbackSpec(); in sendHttpAndHttpsParallelWithFallbackProbes() local3007 final URL fallbackUrl = (probeSpec != null) ? probeSpec.getUrl() : nextFallbackUrl(); in sendHttpAndHttpsParallelWithFallbackProbes()3010 fallbackProbeResult = sendHttpProbe(fallbackUrl, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()
533 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed() argument534 return (probeSpec != null) in isDismissed()535 ? probeSpec.getResult(httpResponseCode, locationHeader).isSuccessful() in isDismissed()