Home
last modified time | relevance | path

Searched refs:fallbackProbeResult (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2962 CaptivePortalProbeResult fallbackProbeResult = null; in sendHttpAndHttpsParallelWithFallbackProbes() local
2964 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()