Searched refs:fallbackProbeResult (Results 1 – 1 of 1) sorted by relevance
3554 CaptivePortalProbeResult fallbackProbeResult = null; in sendHttpAndHttpsParallelWithFallbackProbes() local3556 fallbackProbeResult = sendHttpProbe(fallback, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()3557 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_FALLBACK, fallbackProbeResult); in sendHttpAndHttpsParallelWithFallbackProbes()3558 if (fallbackProbeResult.isPortal()) { in sendHttpAndHttpsParallelWithFallbackProbes()3559 return fallbackProbeResult; in sendHttpAndHttpsParallelWithFallbackProbes()