Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java110 final Uri pacUrl = mPacUrl;
111 if (Uri.EMPTY.equals(pacUrl)) return;
114 file = get(pacUrl);
DNetworkMonitor.java972 URL pacUrl = null; in isCaptivePortal() local
995 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
996 if (pacUrl == null) { in isCaptivePortal()
1001 if ((pacUrl == null) && (httpUrl == null || httpsUrl == null)) { in isCaptivePortal()
1008 if (pacUrl != null) { in isCaptivePortal()
1009 result = sendDnsAndHttpProbes(null, pacUrl, ValidationProbeEvent.PROBE_PAC); in isCaptivePortal()