Searched refs:fallbackProbeResult (Results 1 – 1 of 1) sorted by relevance
2962 CaptivePortalProbeResult fallbackProbeResult = null; in sendHttpAndHttpsParallelWithFallbackProbes() local2964 fallbackProbeResult = sendHttpProbe(fallbackUrl, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()2965 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_FALLBACK, fallbackProbeResult); in sendHttpAndHttpsParallelWithFallbackProbes()2966 if (fallbackProbeResult.isPortal()) { in sendHttpAndHttpsParallelWithFallbackProbes()2967 return fallbackProbeResult; in sendHttpAndHttpsParallelWithFallbackProbes()2984 || (fallbackProbeResult != null && fallbackProbeResult.isSuccessful())); in sendHttpAndHttpsParallelWithFallbackProbes()