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.java1175 (useRedirectUrlForPortal() && makeURL(probeRes.redirectUrl) != null) in processMessage()
1643 final URL url = makeURL(mEvaluatingBandwidthUrl); in run()
2061 this::makeURL); in makeCaptivePortalFallbackUrls()
2099 DEFAULT_CAPTIVE_PORTAL_HTTPS_URLS, this::makeURL); in makeCaptivePortalHttpsUrls()
2104 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpsUrls()
2117 DEFAULT_CAPTIVE_PORTAL_HTTP_URLS, this::makeURL); in makeCaptivePortalHttpUrls()
2122 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpUrls()
2134 return convertStrings(urls, this::makeURL, new URL[0]); in combineCaptivePortalUrls()
2301 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
2995 private URL makeURL(String url) { in makeURL() method in NetworkMonitor
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java423 return makeURL(url); in getUrl()
426 private static URL makeURL(String url) { in makeURL() method in CaptivePortalLoginActivity
577 final URL url = makeURL(urlString); in onPageStarted()
650 final URL errorUrl = makeURL(strErrorUrl); in onReceivedSslError()