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

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java309 return makeURL(url);
312 private static URL makeURL(String url) { method in class:CaptivePortalLoginActivity
417 final URL url = makeURL(urlString);
467 final URL url = makeURL(error.getUrl());
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java342 mCaptivePortalHttpsUrl = makeURL(getCaptivePortalServerHttpsUrl());
343 mCaptivePortalHttpUrl = makeURL(getCaptivePortalServerHttpUrl(settings, context));
908 URL u = makeURL(s);
995 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString());
1236 private URL makeURL(String url) { method in class:NetworkMonitor

Completed in 55 milliseconds