Searched refs:httpsProbe (Results 1 – 1 of 1) sorted by relevance
3118 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local3124 httpsProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()3132 final CaptivePortalProbeResult httpsResult = httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3142 reportProbeResult(httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3176 httpsProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3177 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_HTTPS, httpsProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3179 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()3182 return httpsProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()