Searched refs:pacUrl (Results 1 – 2 of 2) sorted by relevance
110 final Uri pacUrl = mPacUrl;111 if (Uri.EMPTY.equals(pacUrl)) return;114 file = get(pacUrl);
972 URL pacUrl = null; in isCaptivePortal() local995 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()