Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpConfigurationTest.java123 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/
DIpConfigStore.java133 ProxyInfo proxyProperties = config.getHttpProxy(); in writeConfig()
149 ProxyInfo proxyPacProperties = config.getHttpProxy(); in writeConfig()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DAdvancedOptionsFlowInfo.java207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
/packages/modules/Connectivity/framework/src/android/net/
DIpConfiguration.java170 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
DLinkProperties.java821 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java216 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
DClientModeImpl.java4091 mIpClient.setHttpProxy(currentConfig.getHttpProxy());
6926 mIpClient.setHttpProxy(config.getHttpProxy());
DWifiConfigManager.java1165 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java1157 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/
DEthernetNetworkFactory.java672 ipClient.setHttpProxy(config.getHttpProxy()); in provisionIpClient()
/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java134 assertNull(lp.getHttpProxy()); in checkEmpty()
1144 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt210 method @Nullable public android.net.ProxyInfo getHttpProxy();
252 method @Nullable public android.net.ProxyInfo getHttpProxy();
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1435 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1453 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
DWifiConfigController2.java1428 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1446 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java3766 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration
3770 return new ProxyInfo(mIpConfiguration.getHttpProxy()); in getHttpProxy()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java5738 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/
DVpnTest.java1497 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2471 final ProxyInfo proxyInfo = mLinkProperties.getHttpProxy(); in isCaptivePortal()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt393 Landroid/net/IpConfiguration;->getHttpProxy()Landroid/net/ProxyInfo;
/packages/modules/Wifi/framework/api/
Dcurrent.txt144 method @Deprecated public android.net.ProxyInfo getHttpProxy();