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.java1178 (useRedirectUrlForPortal() && makeURL(probeRes.redirectUrl) != null) in processMessage()
1646 final URL url = makeURL(mEvaluatingBandwidthUrl); in run()
2059 this::makeURL); in makeCaptivePortalFallbackUrls()
2097 DEFAULT_CAPTIVE_PORTAL_HTTPS_URLS, this::makeURL); in makeCaptivePortalHttpsUrls()
2102 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpsUrls()
2115 DEFAULT_CAPTIVE_PORTAL_HTTP_URLS, this::makeURL); in makeCaptivePortalHttpUrls()
2120 return new URL[]{makeURL(firstUrl)}; in makeCaptivePortalHttpUrls()
2132 return convertStrings(urls, this::makeURL, new URL[0]); in combineCaptivePortalUrls()
2299 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
2996 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()