Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1188 (useRedirectUrlForPortal() && makeURL(probeRes.redirectUrl) != null) in processMessage()
1682 final URL url = makeURL(mEvaluatingBandwidthUrl); in run()
1962 return makeURL(strUrl); in getTestUrl()
2093 this::makeURL); in makeCaptivePortalFallbackUrls()
2134 DEFAULT_CAPTIVE_PORTAL_HTTPS_URLS, this::makeURL); in makeCaptivePortalHttpsUrls()
2139 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpsUrls()
2155 DEFAULT_CAPTIVE_PORTAL_HTTP_URLS, this::makeURL); in makeCaptivePortalHttpUrls()
2160 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpUrls()
2172 return convertStrings(urls, this::makeURL, new URL[0]); in combineCaptivePortalUrls()
2339 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
[all …]
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java440 return makeURL(url); in getUrl()
443 private static URL makeURL(String url) { in makeURL() method in CaptivePortalLoginActivity
594 final URL url = makeURL(urlString); in onPageStarted()
667 final URL errorUrl = makeURL(strErrorUrl); in onReceivedSslError()