Searched refs:getPacFileUrl (Results 1 – 13 of 13) sorted by relevance
92 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in canonicalizeProxyInfo()244 !Uri.EMPTY.equals(proxyInfo.getPacFileUrl()))) { in setGlobalProxy()253 pacFileUrl = Uri.EMPTY.equals(proxyInfo.getPacFileUrl()) in setGlobalProxy()254 ? "" : proxyInfo.getPacFileUrl().toString(); in setGlobalProxy()297 && (!Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) in setDefaultProxy()298 && proxyInfo.getPacFileUrl().equals(mGlobalProxy.getPacFileUrl())) { in setDefaultProxy()
181 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) { in setCurrentProxyScriptUrl()182 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) { in setCurrentProxyScriptUrl()186 mPacUrl = proxy.getPacFileUrl(); in setCurrentProxyScriptUrl()
206 public Uri getPacFileUrl() { in getPacFileUrl() method in ProxyInfo296 return mPacFileUrl.equals(p.getPacFileUrl()) && mPort == p.mPort; in equals()
254 pacFileUrl = p.getPacFileUrl(); in setHttpProxySystemProperty()
112 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
143 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
342 builder.append(VALUE_DELIMITER).append(proxy.getPacFileUrl().toString()); in encode()
2672 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()2675 httpProxyCopy = ProxyInfo.buildPacProxy(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()
871 ipConfiguration.getHttpProxy().getPacFileUrl().toString()); in writeToXml()
4433 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in handleApplyDefaultProxy()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
17223 method public android.net.Uri getPacFileUrl();
30397 method public android.net.Uri getPacFileUrl();