Searched refs:setHttpProxy (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpConfiguration.java125 public void setHttpProxy(ProxyInfo httpProxy) { method in class:IpConfiguration
H A DLinkProperties.java537 public void setHttpProxy(ProxyInfo proxy) { method in class:LinkProperties
1185 netProp.setHttpProxy((ProxyInfo)in.readParcelable(null));
/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl125 void setHttpProxy(in String proxy, in String port, in String exclList,
H A DActivityThread.java965 public void setHttpProxy(String host, String port, String exclList, Uri pacFileUrl) { method in class:ActivityThread.ApplicationThread
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1997 public void setHttpProxy(ProxyInfo httpProxy) { method in class:WifiConfiguration
2000 mIpConfiguration.setHttpProxy(null);
2019 mIpConfiguration.setHttpProxy(httpProxyCopy);
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java369 mIpManager.setHttpProxy(config.getHttpProxy());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java837 ipConfiguration.setHttpProxy(
843 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile));
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java774 public void setHttpProxy(ProxyInfo proxyInfo) { method in class:IpManager
1100 newLp.setHttpProxy(mHttpProxy);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java279 mLinkProperties.setHttpProxy(proxy);
341 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java833 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy()));
H A DWifiStateMachine.java5304 mIpManager.setHttpProxy(
6066 mIpManager.setHttpProxy(currentConfig.getHttpProxy());
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2022 r.thread.setHttpProxy(host, port, exclList, pacFileUrl);
[all...]

Completed in 501 milliseconds