Searched refs:getPacFileUrl (Results 1 – 10 of 10) 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()
197 public Uri getPacFileUrl() { in getPacFileUrl() method in ProxyInfo286 return mPacFileUrl.equals(p.getPacFileUrl()) && mPort == p.mPort; in equals()
254 pacFileUrl = p.getPacFileUrl(); in setHttpProxySystemProperty()
204 builder.append('\0').append(proxy.getPacFileUrl().toString()); in encode()
143 out.writeUTF(proxyPacProperties.getPacFileUrl().toString()); in writeConfig()
2314 if (!Uri.EMPTY.equals(httpProxy.getPacFileUrl())) { in setHttpProxy()2317 httpProxyCopy = new ProxyInfo(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()
780 ipConfiguration.httpProxy.getPacFileUrl().toString()); in writeToXml()
4198 && Uri.EMPTY.equals(proxy.getPacFileUrl())) { in handleApplyDefaultProxy()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...