Home
last modified time | relevance | path

Searched refs:getHttpProxy (Results 1 – 18 of 18) sorted by relevance

/frameworks/libs/net/common/framework/android/net/util/
DLinkPropertiesUtils.java196 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
/frameworks/base/core/java/android/net/
DIpConfiguration.java141 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
DLinkProperties.java802 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java210 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
DWifiConfigManager.java1038 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
DClientModeImpl.java4403 getCurrentWifiConfiguration().getHttpProxy()); in processMessage()
5403 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in enter()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java555 ipClient.setHttpProxy(toStableParcelable(config.getHttpProxy())); in provisionIpClient()
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java123 assertNull(lp.getHttpProxy()); in checkEmpty()
1165 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4406 final ProxyInfo linkHttpProxy = nai.linkProperties.getHttpProxy(); in getLinkPropertiesProxyInfo()
4436 ProxyInfo newProxyInfo = newLp == null ? null : newLp.getHttpProxy(); in updateProxy()
4437 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy(); in updateProxy()
5984 handleApplyDefaultProxy(newLp.getHttpProxy()); in updateLinkProperties()
6695 ? newNetwork.linkProperties.getHttpProxy() : null); in makeDefault()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java2297 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java560 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
/frameworks/base/api/
Dsystem-current.txt4402 method @Nullable public android.net.ProxyInfo getHttpProxy();
Dcurrent.txt29024 method @Nullable public android.net.ProxyInfo getHttpProxy();
30037 method @Deprecated public android.net.ProxyInfo getHttpProxy();
/frameworks/base/non-updatable-api/
Dsystem-current.txt4402 method @Nullable public android.net.ProxyInfo getHttpProxy();
Dcurrent.txt28894 method @Nullable public android.net.ProxyInfo getHttpProxy();
29893 method @Deprecated public android.net.ProxyInfo getHttpProxy();
/frameworks/base/config/
Dboot-image-profile.txt10124 HSPLandroid/net/LinkProperties;->getHttpProxy()Landroid/net/ProxyInfo;
10866 HPLandroid/net/wifi/WifiConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
Dhiddenapi-greylist-max-o.txt43566 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17019 method public android.net.ProxyInfo getHttpProxy();