Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpConfiguration.java125 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() method in IpConfiguration
DLinkProperties.java672 public void setHttpProxy(ProxyInfo proxy) { in setHttpProxy() method in LinkProperties
1359 netProp.setHttpProxy((ProxyInfo) in.readParcelable(null));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupDataV1Parser.java545 ipConfiguration.setHttpProxy( in parseIpConfigurationFromXml()
553 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseIpConfigurationFromXml()
DWifiConfigManager.java856 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
DWifiStateMachine.java4243 mIpClient.setHttpProxy( in processMessage()
4993 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in enter()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl102 void setHttpProxy(in String proxy, in String port, in String exclList, in setHttpProxy() method
DActivityThread.java948 public void setHttpProxy(String host, String port, String exclList, Uri pacFileUrl) { in setHttpProxy() method in ActivityThread.ApplicationThread
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1968 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() method in WifiConfiguration
1971 mIpConfiguration.setHttpProxy(null); in setHttpProxy()
1990 mIpConfiguration.setHttpProxy(httpProxyCopy); in setHttpProxy()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java845 ipConfiguration.setHttpProxy( in parseFromXml()
851 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseFromXml()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java399 ipClient.setHttpProxy(config.getHttpProxy()); in provisionIpClient()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java502 public void setHttpProxy(String s, String s1, String s2, Uri uri) throws RemoteException { in setHttpProxy() method in TransactionParcelTests.StubAppThread
/frameworks/base/services/net/java/android/net/ip/
DIpClient.java901 public void setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() method in IpClient
1239 newLp.setHttpProxy(mHttpProxy); in assembleLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java327 mLinkProperties.setHttpProxy(proxy); in setLinkPropertiesHttpProxy()
411 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2258 r.thread.setHttpProxy(host, port, exclList, pacFileUrl); in handleMessage()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3427 Landroid/net/LinkProperties;->setHttpProxy(Landroid/net/ProxyInfo;)V
Dhiddenapi-private-dex.txt2336 Landroid/app/ActivityThread$ApplicationThread;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Lj…
7328 Landroid/app/IApplicationThread$Stub$Proxy;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Ljava…
7435 Landroid/app/IApplicationThread;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Strin…
53769 Landroid/net/IpConfiguration;->setHttpProxy(Landroid/net/ProxyInfo;)V
54097 Landroid/net/LinkProperties;->setHttpProxy(Landroid/net/ProxyInfo;)V
Dboot-image-profile.txt3688 HPLandroid/net/LinkProperties;->setHttpProxy(Landroid/net/ProxyInfo;)V
14450 HSPLandroid/app/IApplicationThread;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Ljava/lang/St…
Dhiddenapi-public-dex.txt26909 Landroid/net/wifi/WifiConfiguration;->setHttpProxy(Landroid/net/ProxyInfo;)V
/frameworks/base/api/
Dcurrent.txt27984 method public void setHttpProxy(android.net.ProxyInfo);