Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java322 return makeURL(url); in getUrl()
325 private static URL makeURL(String url) { in makeURL() method in CaptivePortalLoginActivity
437 final URL url = makeURL(urlString); in onPageStarted()
498 final URL errorUrl = makeURL(error.getUrl()); in onReceivedSslError()
499 final URL mainFrameUrl = makeURL(mMainFrameUrl); in onReceivedSslError()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java419 mCaptivePortalHttpsUrl = makeURL(getCaptivePortalServerHttpsUrl()); in NetworkMonitor()
420 mCaptivePortalHttpUrl = makeURL(getCaptivePortalServerHttpUrl()); in NetworkMonitor()
1335 settingProviderUrls = convertStrings(urls, this::makeURL, new URL[0]); in makeCaptivePortalFallbackUrls()
1341 R.array.default_captive_portal_fallback_urls, this::makeURL); in makeCaptivePortalFallbackUrls()
1499 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
1780 private URL makeURL(String url) { in makeURL() method in NetworkMonitor