Searched refs:fallbackProbeResult (Results 1 – 1 of 1) sorted by relevance
3008 CaptivePortalProbeResult fallbackProbeResult = null; in sendHttpAndHttpsParallelWithFallbackProbes() local3010 fallbackProbeResult = sendHttpProbe(fallbackUrl, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()3011 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_FALLBACK, fallbackProbeResult); in sendHttpAndHttpsParallelWithFallbackProbes()3012 if (fallbackProbeResult.isPortal()) { in sendHttpAndHttpsParallelWithFallbackProbes()3013 return fallbackProbeResult; in sendHttpAndHttpsParallelWithFallbackProbes()