Home
last modified time | relevance | path

Searched refs:getHttpProxy (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkProperties.java86 mHttpProxy = (source.getHttpProxy() == null) ? in LinkProperties()
87 null : new ProxyProperties(source.getHttpProxy()); in LinkProperties()
133 public ProxyProperties getHttpProxy() { in getHttpProxy() method in LinkProperties
227 return getHttpProxy() == null ? target.getHttpProxy() == null : in isIdenticalHttpProxy()
228 getHttpProxy().equals(target.getHttpProxy()); in isIdenticalHttpProxy()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfigStore.java544 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()
/frameworks/base/telephony/java/com/android/internal/telephony/
DDataConnection.java600 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
/frameworks/base/services/java/com/android/server/
DConnectivityService.java1995 handleApplyDefaultProxy(newLp.getHttpProxy()); in handleConnectivityChange()