/frameworks/base/services/net/java/android/net/ip/ |
D | IpClientManager.java | 184 public boolean setHttpProxy(ProxyInfo proxyInfo) { in setHttpProxy() method in IpClientManager 187 mIpClient.setHttpProxy(proxyInfo); in setHttpProxy()
|
/frameworks/libs/net/common/tests/unit/src/android/net/util/ |
D | LinkPropertiesUtilsTest.java | 77 lp.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in createTestObject() 159 target.setHttpProxy(ProxyInfo.buildDirectProxy("hello", 8888)); in testLinkPropertiesIdenticalEqual() 164 target.setHttpProxy(null); in testLinkPropertiesIdenticalEqual()
|
/frameworks/base/core/java/android/net/ |
D | IpConfiguration.java | 145 public void setHttpProxy(@Nullable ProxyInfo httpProxy) { in setHttpProxy() method in IpConfiguration
|
D | VpnService.java | 535 public Builder setHttpProxy(@NonNull ProxyInfo proxyInfo) { in setHttpProxy() method in VpnService.Builder
|
D | LinkProperties.java | 793 public void setHttpProxy(@Nullable ProxyInfo proxy) { in setHttpProxy() method in LinkProperties 1890 netProp.setHttpProxy(in.readParcelable(null));
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiBackupDataV1Parser.java | 552 ipConfiguration.setHttpProxy( in parseIpConfigurationFromXml() 560 ipConfiguration.setHttpProxy( in parseIpConfigurationFromXml()
|
D | WifiConfigManager.java | 1038 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
|
D | ClientModeImpl.java | 4402 mIpClient.setHttpProxy( in processMessage() 5403 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in enter()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 2315 public void setHttpProxy(ProxyInfo httpProxy) { in setHttpProxy() method in WifiConfiguration 2318 mIpConfiguration.setHttpProxy(null); in setHttpProxy() 2337 mIpConfiguration.setHttpProxy(httpProxyCopy); in setHttpProxy()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 943 ipConfiguration.setHttpProxy( in parseFromXml() 949 ipConfiguration.setHttpProxy( in parseFromXml()
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 555 ipClient.setHttpProxy(toStableParcelable(config.getHttpProxy())); in provisionIpClient()
|
/frameworks/base/tests/net/common/java/android/net/ |
D | LinkPropertiesTest.java | 154 lp.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in makeTestObject() 1023 source.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in makeLinkPropertiesForParceling()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 472 mLinkProperties.setHttpProxy(proxy); in updateLinkPropertiesHttpProxy() 560 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 6595 testLinkProperties.setHttpProxy(testProxyInfo); in testGetProxyForActiveNetwork() 6621 testLinkProperties.setHttpProxy(testProxyInfo); in testGetProxyForVPN() 6637 testLinkProperties.setHttpProxy(null); in testGetProxyForVPN() 6644 testLinkProperties.setHttpProxy(testProxyInfo); in testGetProxyForVPN()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1040 lp.setHttpProxy(mConfig.proxyInfo);
|
/frameworks/base/api/ |
D | system-current.txt | 4406 method public void setHttpProxy(@Nullable android.net.ProxyInfo);
|
D | current.txt | 29036 method public void setHttpProxy(@Nullable android.net.ProxyInfo); 29595 …method @NonNull public android.net.VpnService.Builder setHttpProxy(@NonNull android.net.ProxyInfo); 30040 method @Deprecated public void setHttpProxy(android.net.ProxyInfo);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4406 method public void setHttpProxy(@Nullable android.net.ProxyInfo);
|
D | current.txt | 28906 method public void setHttpProxy(@Nullable android.net.ProxyInfo); 29465 …method @NonNull public android.net.VpnService.Builder setHttpProxy(@NonNull android.net.ProxyInfo); 29896 method @Deprecated public void setHttpProxy(android.net.ProxyInfo);
|
/frameworks/base/services/ |
D | art-profile | 176 PLandroid/net/ip/IIpClient$Stub$Proxy;->setHttpProxy(Landroid/net/ProxyInfo;)V
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 1940 Landroid/app/ActivityThread$ApplicationThread;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Lj… 6210 Landroid/app/IApplicationThread$Stub$Proxy;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Ljava… 6306 Landroid/app/IApplicationThread;->setHttpProxy(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Strin… 43573 Landroid/net/IpConfiguration;->setHttpProxy(Landroid/net/ProxyInfo;)V
|
D | boot-image-profile.txt | 10149 HSPLandroid/net/LinkProperties;->setHttpProxy(Landroid/net/ProxyInfo;)V
|