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()
1423 if (probeRes.probeSpec != null) { in processMessage()1424 final String encodedSpec = probeRes.probeSpec.getEncodedSpec(); in processMessage()3004 @Nullable CaptivePortalProbeSpec probeSpec) { in sendHttpProbe() argument3095 if (probeSpec == null) { in sendHttpProbe()3108 probeResult = probeSpec.getResult(httpResponseCode, redirectUrl); in sendHttpProbe()3552 final CaptivePortalProbeSpec probeSpec = nextFallbackSpec(); in sendHttpAndHttpsParallelWithFallbackProbes() local3553 final URL fallback = (probeSpec != null) ? probeSpec.getUrl() : fallbackUrl; in sendHttpAndHttpsParallelWithFallbackProbes()3556 fallbackProbeResult = sendHttpProbe(fallback, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()
733 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed() argument734 return (probeSpec != null) in isDismissed()735 ? probeSpec.getResult(httpResponseCode, locationHeader).isSuccessful() in isDismissed()