Searched refs:getPacFileUrl (Results 1 – 12 of 12) sorted by relevance
177 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) { in setCurrentProxyScriptUrl()178 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) { in setCurrentProxyScriptUrl()182 mPacUrl = proxy.getPacFileUrl(); in setCurrentProxyScriptUrl()
994 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) { in isCaptivePortal()995 pacUrl = makeURL(proxyInfo.getPacFileUrl().toString()); in isCaptivePortal()
179 public Uri getPacFileUrl() { in getPacFileUrl() method in ProxyInfo278 return mPacFileUrl.equals(p.getPacFileUrl()) && mPort == p.mPort; in equals()
251 pacFileUrl = p.getPacFileUrl(); in setHttpProxySystemProperty()
143 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
3384 && (proxy.getPacFileUrl() == null || Uri.EMPTY.equals(proxy.getPacFileUrl()))) { in canonicalizeProxyInfo()3420 !Uri.EMPTY.equals(proxyProperties.getPacFileUrl()))) { in setGlobalProxy()3430 if (!Uri.EMPTY.equals(proxyProperties.getPacFileUrl())) { in setGlobalProxy()3431 pacFileUrl = proxyProperties.getPacFileUrl().toString(); in setGlobalProxy()3492 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in handleApplyDefaultProxy()3509 && (!Uri.EMPTY.equals(proxy.getPacFileUrl())) in handleApplyDefaultProxy()3510 && proxy.getPacFileUrl().equals(mGlobalProxy.getPacFileUrl())) { in handleApplyDefaultProxy()
1976 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()1979 httpProxyCopy = new ProxyInfo(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()
750 ipConfiguration.httpProxy.getPacFileUrl().toString()); in writeToXml()
2249 pacFileUrl = proxy.getPacFileUrl(); in handleMessage()
17223 method public android.net.Uri getPacFileUrl();
25714 Landroid/net/ProxyInfo;->getPacFileUrl()Landroid/net/Uri;
27320 method public android.net.Uri getPacFileUrl();