Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2909 final ProbeThread httpsProbe = new ProbeThread(latch, deps, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local
2915 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()
2923 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()
2933 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2967 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()
2968 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2973 if (httpsProbe.result().isFailed() && isHttpSuccessful) { in sendHttpAndHttpsParallelWithFallbackProbes()
2976 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()