Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
3513 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local3519 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()3527 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3537 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3571 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3572 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3574 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()3577 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()