Searched refs:makeURL (Results 1 – 2 of 2) sorted by relevance
309 return makeURL(url); in getUrl()312 private static URL makeURL(String url) { in makeURL() method in CaptivePortalLoginActivity417 final URL url = makeURL(urlString); in onPageStarted()467 final URL url = makeURL(error.getUrl()); in onReceivedSslError()
342 mCaptivePortalHttpsUrl = makeURL(getCaptivePortalServerHttpsUrl()); in NetworkMonitor()343 mCaptivePortalHttpUrl = makeURL(getCaptivePortalServerHttpUrl(settings, context)); in NetworkMonitor()908 URL u = makeURL(s); in makeCaptivePortalFallbackUrls()995 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()1236 private URL makeURL(String url) { in makeURL() method in NetworkMonitor