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.java527 public void setHttpProxy(ProxyInfo proxy) { method in class:LinkProperties
1175 netProp.setHttpProxy((ProxyInfo)in.readParcelable(null));
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java108 void setHttpProxy(String proxy, String port, String exclList, method in interface:IApplicationThread
H A DApplicationThreadNative.java351 setHttpProxy(proxy, port, exclList, pacFileUrl);
1143 public void setHttpProxy(String proxy, String port, String exclList, method in class:ApplicationThreadProxy
H A DActivityThread.java906 public void setHttpProxy(String host, String port, String exclList, Uri pacFileUrl) { method in class:ActivityThread.ApplicationThread
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java324 mIpManager.setHttpProxy(config.getHttpProxy());
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java545 public void setHttpProxy(ProxyInfo proxyInfo) { method in class:IpManager
809 newLp.setHttpProxy(mHttpProxy);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java276 mLinkProperties.setHttpProxy(proxy);
338 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1804 public void setHttpProxy(ProxyInfo httpProxy) { method in class:WifiConfiguration
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java2896 currentConfig.setHttpProxy(newConfig.getHttpProxy());
H A DWifiStateMachine.java6031 mIpManager.setHttpProxy(
6734 mIpManager.setHttpProxy(mWifiConfigManager.getProxyProperties(mLastNetworkId));
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1820 r.thread.setHttpProxy(host, port, exclList, pacFileUrl);

Completed in 301 milliseconds