Searched refs:httpUrls (Results 1 – 1 of 1) sorted by relevance
2278 final URL[] httpUrls = mCaptivePortalHttpUrls; in isCaptivePortal() local2305 if ((pacUrl == null) && (httpUrls.length == 0 || httpsUrls.length == 0 in isCaptivePortal()2306 || httpUrls[0] == null || httpsUrls[0] == null)) { in isCaptivePortal()2316 } else if (mUseHttps && httpsUrls.length == 1 && httpUrls.length == 1) { in isCaptivePortal()2319 httpsUrls[0], httpUrls[0]); in isCaptivePortal()2323 httpUrls); in isCaptivePortal()2325 result = sendDnsAndHttpProbes(proxyInfo, httpUrls[0], ValidationProbeEvent.PROBE_HTTP); in isCaptivePortal()2789 @NonNull URL[] httpsUrls, @NonNull URL[] httpUrls) { in sendMultiParallelHttpAndHttpsProbes() argument2795 final int num = httpsUrls.length + httpUrls.length; in sendMultiParallelHttpAndHttpsProbes()2812 final URL urlMaybeWithCapport = httpUrls[0]; in sendMultiParallelHttpAndHttpsProbes()[all …]