Searched refs:makeURL (Results 1 – 2 of 2) sorted by relevance
1188 (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 …]
440 return makeURL(url); in getUrl()443 private static URL makeURL(String url) { in makeURL() method in CaptivePortalLoginActivity594 final URL url = makeURL(urlString); in onPageStarted()667 final URL errorUrl = makeURL(strErrorUrl); in onReceivedSslError()