Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
3565 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local3571 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()3579 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3589 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3623 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3624 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3626 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()3629 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()