Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
3102 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local3108 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()3116 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3126 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3160 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3161 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3163 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()3166 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()