Searched refs:getHttpProxy (Results 1 – 4 of 4) sorted by relevance
86 mHttpProxy = (source.getHttpProxy() == null) ? in LinkProperties()87 null : new ProxyProperties(source.getHttpProxy()); in LinkProperties()133 public ProxyProperties getHttpProxy() { in getHttpProxy() method in LinkProperties227 return getHttpProxy() == null ? target.getHttpProxy() == null : in isIdenticalHttpProxy()228 getHttpProxy().equals(target.getHttpProxy()); in isIdenticalHttpProxy()
544 linkProperties.setHttpProxy(config.linkProperties.getHttpProxy()); in setIpConfiguration()558 ProxyProperties proxy = config.linkProperties.getHttpProxy(); in clearIpConfiguration()573 return new ProxyProperties(linkProperties.getHttpProxy()); in getProxyProperties()775 ProxyProperties proxyProperties = linkProperties.getHttpProxy(); in onWriteCalled()1234 ProxyProperties newHttpProxy = newConfig.linkProperties.getHttpProxy(); in writeIpAndProxyConfigurationsOnChange()1235 ProxyProperties currentHttpProxy = currentConfig.linkProperties.getHttpProxy(); in writeIpAndProxyConfigurationsOnChange()1267 linkProperties.setHttpProxy(currentConfig.linkProperties.getHttpProxy()); in writeIpAndProxyConfigurationsOnChange()1270 linkProperties.setHttpProxy(newConfig.linkProperties.getHttpProxy()); in writeIpAndProxyConfigurationsOnChange()1272 if (linkProperties.getHttpProxy() != null) { in writeIpAndProxyConfigurationsOnChange()1273 log(" proxyProperties: " + linkProperties.getHttpProxy().toString()); in writeIpAndProxyConfigurationsOnChange()
600 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
1995 handleApplyDefaultProxy(newLp.getHttpProxy()); in handleConnectivityChange()