Searched refs:httpUrls (Results 1 – 1 of 1) sorted by relevance
2318 final URL[] httpUrls = mCaptivePortalHttpUrls; in isCaptivePortal() local2345 if ((pacUrl == null) && (httpUrls.length == 0 || httpsUrls.length == 0 in isCaptivePortal()2346 || httpUrls[0] == null || httpsUrls[0] == null)) { in isCaptivePortal()2356 } else if (mUseHttps && httpsUrls.length == 1 && httpUrls.length == 1) { in isCaptivePortal()2359 httpsUrls[0], httpUrls[0]); in isCaptivePortal()2363 httpUrls); in isCaptivePortal()2365 result = sendDnsAndHttpProbes(proxyInfo, httpUrls[0], ValidationProbeEvent.PROBE_HTTP); in isCaptivePortal()2834 @NonNull URL[] httpsUrls, @NonNull URL[] httpUrls) { in sendMultiParallelHttpAndHttpsProbes() argument2840 final int num = httpsUrls.length + httpUrls.length; in sendMultiParallelHttpAndHttpsProbes()2857 final URL urlMaybeWithCapport = httpUrls[0]; in sendMultiParallelHttpAndHttpsProbes()[all …]