/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpConfigurationTest.java | 123 assertEquals(mProxy, c.getHttpProxy()); in testBuilder() 132 assertNull(config.getHttpProxy()); in checkEmpty() 138 assertEquals(source.getHttpProxy(), target.getHttpProxy()); in assertIpConfigurationEqual()
|
/packages/modules/Connectivity/service-t/src/com/android/server/net/ |
D | IpConfigStore.java | 133 ProxyInfo proxyProperties = config.getHttpProxy(); in writeConfig() 149 ProxyInfo proxyPacProperties = config.getHttpProxy(); in writeConfig()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | AdvancedOptionsFlowInfo.java | 207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | IpConfiguration.java | 170 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
|
D | LinkProperties.java | 821 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigurationUtil.java | 216 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
|
D | ClientModeImpl.java | 4091 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); 6926 mIpClient.setHttpProxy(config.getHttpProxy());
|
D | WifiConfigManager.java | 1165 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 1157 ipConfiguration.getHttpProxy().getHost()); in writeToXml() 1160 ipConfiguration.getHttpProxy().getPort()); in writeToXml() 1164 ipConfiguration.getHttpProxy().getExclusionList())); in writeToXml() 1169 ipConfiguration.getHttpProxy().getPacFileUrl().toString()); in writeToXml()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 672 ipClient.setHttpProxy(config.getHttpProxy()); in provisionIpClient()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | LinkPropertiesTest.java | 134 assertNull(lp.getHttpProxy()); in checkEmpty() 1144 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
|
/packages/modules/Connectivity/framework/api/ |
D | current.txt | 210 method @Nullable public android.net.ProxyInfo getHttpProxy(); 252 method @Nullable public android.net.ProxyInfo getHttpProxy();
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 1435 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() 1453 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
|
D | WifiConfigController2.java | 1428 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() 1446 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiConfiguration.java | 3766 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration 3770 return new ProxyInfo(mIpConfiguration.getHttpProxy()); in getHttpProxy()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 5738 final ProxyInfo linkHttpProxy = nai.linkProperties.getHttpProxy(); 5768 ProxyInfo newProxyInfo = newLp == null ? null : newLp.getHttpProxy(); 5769 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy(); 7496 handleApplyDefaultProxy(newLp.getHttpProxy()); 8176 if (nai != null && nai.linkProperties.getHttpProxy() != null) { 8193 && (nai.linkProperties.getHttpProxy() != null || isProxySetOnAnyDefaultNetwork())) { 8565 ? newDefaultNetwork.linkProperties.getHttpProxy() : null);
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 1497 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 2471 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 393 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 144 method @Deprecated public android.net.ProxyInfo getHttpProxy();
|