Home
last modified time | relevance | path

Searched refs:httpUrls (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2280 final URL[] httpUrls = mCaptivePortalHttpUrls; in isCaptivePortal() local
2307 if ((pacUrl == null) && (httpUrls.length == 0 || httpsUrls.length == 0 in isCaptivePortal()
2308 || httpUrls[0] == null || httpsUrls[0] == null)) { in isCaptivePortal()
2318 } else if (mUseHttps && httpsUrls.length == 1 && httpUrls.length == 1) { in isCaptivePortal()
2321 httpsUrls[0], httpUrls[0]); in isCaptivePortal()
2324 result = sendMultiParallelHttpAndHttpsProbes(deps, proxyInfo, httpsUrls, httpUrls); in isCaptivePortal()
2326 result = sendDnsAndHttpProbes(proxyInfo, httpUrls[0], ValidationProbeEvent.PROBE_HTTP); in isCaptivePortal()
2788 @NonNull URL[] httpUrls) { in sendMultiParallelHttpAndHttpsProbes() argument
2794 final int num = httpsUrls.length + httpUrls.length; in sendMultiParallelHttpAndHttpsProbes()
2811 final URL urlMaybeWithCapport = httpUrls[0]; in sendMultiParallelHttpAndHttpsProbes()
[all …]