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.java2921 final ProbeThread httpsProbe = new ProbeThread(latch, deps, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local
2927 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()
2935 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()
2945 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2979 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()
2980 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()
2985 if (httpsProbe.result().isFailed() && isHttpSuccessful) { in sendHttpAndHttpsParallelWithFallbackProbes()
2988 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()