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.java3008 CaptivePortalProbeResult fallbackProbeResult = null; in sendHttpAndHttpsParallelWithFallbackProbes() local
3010 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()