Searched refs:pacUrl (Results 1 – 5 of 5) sorted by relevance
137 public final String pacUrl; field in WifiInfo156 bundle.putString(EXTRA_PROVISIONING_WIFI_PAC_URL, pacUrl); in toPersistableBundle()199 pacUrl = builder.mPacUrl; in WifiInfo()302 public Builder setPacUrl(String pacUrl) { in setPacUrl() argument303 mPacUrl = pacUrl; in setPacUrl()
130 wifiInfo.pacUrl); in generateWifiConfiguration()319 String proxyBypassHosts, String pacUrl) { in updateForProxy() argument320 if (TextUtils.isEmpty(proxyHost) && TextUtils.isEmpty(pacUrl)) { in updateForProxy()327 ProxyInfo proxy = new ProxyInfo(pacUrl); in updateForProxy()
1476 URL pacUrl = null; in isCaptivePortal() local1499 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()1500 if (pacUrl == null) { in isCaptivePortal()1505 if ((pacUrl == null) && (httpUrl == null || httpsUrl == null)) { in isCaptivePortal()1512 if (pacUrl != null) { in isCaptivePortal()1513 result = sendDnsAndHttpProbes(null, pacUrl, ValidationProbeEvent.PROBE_PAC); in isCaptivePortal()
65 assertEquals(TEST_PAC_URL, wifiInfo.pacUrl); in testBuilderWriteAndReadBack()
78 assertEquals(TEST_PAC_URL, wifiInfo.pacUrl); in testBuilderWriteAndReadBack()