Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpConfigurationTest.java108 assertNull(config.getHttpProxy()); in checkEmpty()
114 assertEquals(source.getHttpProxy(), target.getHttpProxy()); in assertIpConfigurationEqual()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DLinkProperties.java96 mHttpProxy = (source.getHttpProxy() == null) ? in LinkProperties()
97 null : new ProxyInfo(source.getHttpProxy()); in LinkProperties()
396 public ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
600 return getHttpProxy() == null ? target.getHttpProxy() == null : in isIdenticalHttpProxy()
601 getHttpProxy().equals(target.getHttpProxy()); in isIdenticalHttpProxy()
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DLinkPropertiesUtils.java196 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DAdvancedOptionsFlowInfo.java207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java127 ProxyInfo proxyProperties = config.getHttpProxy(); in writeConfig()
143 ProxyInfo proxyPacProperties = config.getHttpProxy(); in writeConfig()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DIpConfiguration.java142 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
H A DLinkProperties.java787 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java995 ipConfiguration.getHttpProxy().getHost()); in writeToXml()
998 ipConfiguration.getHttpProxy().getPort()); in writeToXml()
1002 ipConfiguration.getHttpProxy().getExclusionList())); in writeToXml()
1007 ipConfiguration.getHttpProxy().getPacFileUrl().toString()); in writeToXml()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConfigurationUtil.java214 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
H A DWifiConfigManager.java1103 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
H A DClientModeImpl.java3658 mIpClient.setHttpProxy(currentConfig.getHttpProxy());
6255 mIpClient.setHttpProxy(config.getHttpProxy());
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java561 ipClient.setHttpProxy(config.getHttpProxy()); in provisionIpClient()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DLinkPropertiesTest.java121 assertNull(lp.getHttpProxy()); in checkEmpty()
1131 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConfiguration.java3478 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration
3482 return new ProxyInfo(mIpConfiguration.getHttpProxy()); in getHttpProxy()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java1435 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1453 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
H A DWifiConfigController2.java1414 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1432 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java1170 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java5213 final ProxyInfo linkHttpProxy = nai.linkProperties.getHttpProxy(); in getLinkPropertiesProxyInfo()
5243 ProxyInfo newProxyInfo = newLp == null ? null : newLp.getHttpProxy(); in updateProxy()
5244 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy(); in updateProxy()
6920 handleApplyDefaultProxy(newLp.getHttpProxy()); in updateLinkProperties()
7555 if (nai != null && nai.linkProperties.getHttpProxy() != null) { in isProxySetOnAnyDefaultNetwork()
7570 && (nai.linkProperties.getHttpProxy() != null || isProxySetOnAnyDefaultNetwork())) { in maybeSendProxyBroadcast()
7861 ? newDefaultNetwork.linkProperties.getHttpProxy() : null); in makeDefault()
/aosp12/packages/modules/Connectivity/framework/api/
H A Dcurrent.txt235 method @Nullable public android.net.ProxyInfo getHttpProxy();
H A Dsystem-current.txt108 method @Nullable public android.net.ProxyInfo getHttpProxy();
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java2613 handleApplyDefaultProxy(newLp.getHttpProxy()); in handleConnectivityChange()
5847 handleApplyDefaultProxy(newNetwork.linkProperties.getHttpProxy()); in handleConnectionValidated()
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java2337 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java695 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt110 method @Deprecated public android.net.ProxyInfo getHttpProxy();
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt393 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;

12