/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | IpConfigurationTest.java | 108 assertNull(config.getHttpProxy()); in checkEmpty() 114 assertEquals(source.getHttpProxy(), target.getHttpProxy()); in assertIpConfigurationEqual()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | LinkProperties.java | 96 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 D | LinkPropertiesUtils.java | 196 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | AdvancedOptionsFlowInfo.java | 207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | IpConfigStore.java | 127 ProxyInfo proxyProperties = config.getHttpProxy(); in writeConfig() 143 ProxyInfo proxyPacProperties = config.getHttpProxy(); in writeConfig()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | IpConfiguration.java | 142 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
|
H A D | LinkProperties.java | 787 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | XmlUtil.java | 995 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 D | WifiConfigurationUtil.java | 214 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
|
H A D | WifiConfigManager.java | 1103 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
|
H A D | ClientModeImpl.java | 3658 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); 6255 mIpClient.setHttpProxy(config.getHttpProxy());
|
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
H A D | EthernetNetworkFactory.java | 561 ipClient.setHttpProxy(config.getHttpProxy()); in provisionIpClient()
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | LinkPropertiesTest.java | 121 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 D | WifiConfiguration.java | 3478 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 D | WifiConfigController.java | 1435 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() 1453 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
|
H A D | WifiConfigController2.java | 1414 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 D | VpnTest.java | 1170 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 5213 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 D | current.txt | 235 method @Nullable public android.net.ProxyInfo getHttpProxy();
|
H A D | system-current.txt | 108 method @Nullable public android.net.ProxyInfo getHttpProxy();
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 2613 handleApplyDefaultProxy(newLp.getHttpProxy()); in handleConnectivityChange() 5847 handleApplyDefaultProxy(newNetwork.linkProperties.getHttpProxy()); in handleConnectionValidated()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
H A D | NetworkMonitor.java | 2337 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 695 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy()); in updateLinkProperty()
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | current.txt | 110 method @Deprecated public android.net.ProxyInfo getHttpProxy();
|
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 393 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
|