Searched refs:getHttpProxy (Results 1 – 18 of 18) sorted by relevance
196 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
141 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
802 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
210 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
1038 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
4403 getCurrentWifiConfiguration().getHttpProxy()); in processMessage()5403 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in enter()
555 ipClient.setHttpProxy(toStableParcelable(config.getHttpProxy())); in provisionIpClient()
123 assertNull(lp.getHttpProxy()); in checkEmpty()1165 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
4406 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()
2297 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration
560 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
4402 method @Nullable public android.net.ProxyInfo getHttpProxy();
29024 method @Nullable public android.net.ProxyInfo getHttpProxy();30037 method @Deprecated public android.net.ProxyInfo getHttpProxy();
28894 method @Nullable public android.net.ProxyInfo getHttpProxy();29893 method @Deprecated public android.net.ProxyInfo getHttpProxy();
10124 HSPLandroid/net/LinkProperties;->getHttpProxy()Landroid/net/ProxyInfo;10866 HPLandroid/net/wifi/WifiConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
43566 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
17019 method public android.net.ProxyInfo getHttpProxy();