Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpConfiguration.java125 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() method in IpConfiguration
DLinkProperties.java527 public void setHttpProxy(ProxyInfo proxy) { in setHttpProxy() method in LinkProperties
1175 netProp.setHttpProxy((ProxyInfo)in.readParcelable(null));
/frameworks/base/services/net/java/android/net/ip/
DIpManager.java545 public void setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() method in IpManager
809 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
/frameworks/base/core/java/android/app/
DIApplicationThread.java108 void setHttpProxy(String proxy, String port, String exclList, in setHttpProxy() method
DApplicationThreadNative.java351 setHttpProxy(proxy, port, exclList, pacFileUrl); in onTransact()
1143 public void setHttpProxy(String proxy, String port, String exclList, in setHttpProxy() method in ApplicationThreadProxy
DActivityThread.java906 public void setHttpProxy(String host, String port, String exclList, Uri pacFileUrl) { in setHttpProxy() method in ActivityThread.ApplicationThread
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java324 mIpManager.setHttpProxy(config.getHttpProxy()); in onRequestNetwork()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java276 mLinkProperties.setHttpProxy(proxy); in setLinkPropertiesHttpProxy()
338 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1804 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() method in WifiConfiguration
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2896 currentConfig.setHttpProxy(newConfig.getHttpProxy());
DWifiStateMachine.java6031 mIpManager.setHttpProxy( in processMessage()
6734 mIpManager.setHttpProxy(mWifiConfigManager.getProxyProperties(mLastNetworkId)); in enter()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1820 r.thread.setHttpProxy(host, port, exclList, pacFileUrl); in handleMessage()