Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2923 final ProbeThread httpProbe = new ProbeThread(latch, deps, proxy, httpUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local
2928 httpProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()
2936 final CaptivePortalProbeResult httpResult = httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()
2940 reportProbeResult(httpProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2972 httpProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()
2973 reportProbeResult(httpProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2975 if (httpProbe.result().isPortal()) { in sendHttpAndHttpsParallelWithFallbackProbes()
2976 return httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()
2983 (httpProbe.result().isSuccessful() in sendHttpAndHttpsParallelWithFallbackProbes()