Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
2967 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local2973 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()2981 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()2991 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3025 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3026 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3028 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()3031 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()