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()
1181 if (probeRes.probeSpec != null) { in processMessage()1182 final String encodedSpec = probeRes.probeSpec.getEncodedSpec(); in processMessage()2425 @Nullable CaptivePortalProbeSpec probeSpec) { in sendHttpProbe() argument2516 if (probeSpec == null) { in sendHttpProbe()2520 probeResult = probeSpec.getResult(httpResponseCode, redirectUrl); in sendHttpProbe()2961 final CaptivePortalProbeSpec probeSpec = nextFallbackSpec(); in sendHttpAndHttpsParallelWithFallbackProbes() local2962 final URL fallbackUrl = (probeSpec != null) ? probeSpec.getUrl() : nextFallbackUrl(); in sendHttpAndHttpsParallelWithFallbackProbes()2965 fallbackProbeResult = sendHttpProbe(fallbackUrl, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()
516 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed() argument517 return (probeSpec != null) in isDismissed()518 ? probeSpec.getResult(httpResponseCode, locationHeader).isSuccessful() in isDismissed()