Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
2922 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local2928 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()2936 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()2946 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()2980 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()2981 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()2986 if (httpsProbe.result().isFailed() && isHttpSuccessful) { in sendHttpAndHttpsParallelWithFallbackProbes()2989 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()