Searched defs:setHttpProxy (Results 1 - 7 of 7) 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 DApplicationThreadNative.java352 setHttpProxy(proxy, port, exclList, pacFileUrl);
1145 public void setHttpProxy(String proxy, String port, String exclList, method in class:ApplicationThreadProxy
H A DIApplicationThread.java109 void setHttpProxy(String proxy, String port, String exclList, method in interface:IApplicationThread
H A DActivityThread.java912 public void setHttpProxy(String host, String port, String exclList, Uri pacFileUrl) { method in class:ActivityThread.ApplicationThread
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java557 public void setHttpProxy(ProxyInfo proxyInfo) { method in class:IpManager
854 newLp.setHttpProxy(mHttpProxy);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1805 public void setHttpProxy(ProxyInfo httpProxy) { method in class:WifiConfiguration

Completed in 1385 milliseconds