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

/frameworks/base/core/java/android/net/
H A DLinkProperties.java201 public void setHttpProxy(ProxyProperties proxy) { method in class:LinkProperties
595 netProp.setHttpProxy((ProxyProperties)in.readParcelable(null));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java529 linkProperties.setHttpProxy(config.linkProperties.getHttpProxy());
545 config.linkProperties.setHttpProxy(proxy);
921 linkProperties.setHttpProxy(proxyProperties);
1283 linkProperties.setHttpProxy(currentConfig.linkProperties.getHttpProxy());
1286 linkProperties.setHttpProxy(newConfig.linkProperties.getHttpProxy());
H A DWifiStateMachine.java1595 mLinkProperties.setHttpProxy(mWifiConfigStore.getProxyProperties(mLastNetworkId));
1832 linkProperties.setHttpProxy(mWifiConfigStore.getProxyProperties(mLastNetworkId));
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java103 void setHttpProxy(String proxy, String port, String exclList) throws RemoteException; method in interface:IApplicationThread
H A DApplicationThreadNative.java336 setHttpProxy(proxy, port, exclList);
973 public void setHttpProxy(String proxy, String port, String exclList) throws RemoteException { method in class:ApplicationThreadProxy
H A DActivityThread.java792 public void setHttpProxy(String host, String port, String exclList) { method in class:ActivityThread.ApplicationThread
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java260 mLinkProperties.setHttpProxy(proxy);
288 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1137 r.thread.setHttpProxy(host, port, exclList);

Completed in 465 milliseconds