Searched refs:getHttpProxy (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkProperties.java156 mHttpProxy = (source.getHttpProxy() == null) ?
157 null : new ProxyInfo(source.getHttpProxy());
536 public ProxyInfo getHttpProxy() { method in class:LinkProperties
894 return getHttpProxy() == null ? target.getHttpProxy() == null :
895 getHttpProxy().equals(target.getHttpProxy());
H A DIpConfiguration.java121 public ProxyInfo getHttpProxy() { method in class:IpConfiguration
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java1587 return config.getHttpProxy();
2840 ProxyInfo newHttpProxy = newConfig.getHttpProxy();
2841 ProxyInfo currentHttpProxy = currentConfig.getHttpProxy();
2874 currentConfig.setHttpProxy(newConfig.getHttpProxy());
2876 if (currentConfig.getHttpProxy() != null) {
2877 log(" proxyProperties: " + currentConfig.getHttpProxy().toString());
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java324 mIpManager.setHttpProxy(config.getHttpProxy());
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java656 final ProxyInfo proxyInfo = mNetworkAgentInfo.linkProperties.getHttpProxy();
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3209 final ProxyInfo proxyInfo = nai.linkProperties.getHttpProxy();
3366 ProxyInfo newProxyInfo = newLp == null ? null : newLp.getHttpProxy();
3367 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy();
4468 handleApplyDefaultProxy(newLp.getHttpProxy());
4816 handleApplyDefaultProxy(newNetwork.linkProperties.getHttpProxy());
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1800 public ProxyInfo getHttpProxy() { method in class:WifiConfiguration
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java339 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());

Completed in 398 milliseconds