Home
last modified time | relevance | path

Searched refs:getHttpProxy (Results 1 – 23 of 23) 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/src/com/android/server/connectivity/
DProxyTracker.java396 if (isPacProxy(lp.getHttpProxy()) && isPacProxy(defaultProxy)) { in updateDefaultNetworkProxyPortForPAC()
405 if (null == mGlobalProxy && !lp.getHttpProxy().getPacFileUrl() in updateDefaultNetworkProxyPortForPAC()
409 + lp.getHttpProxy().getPacFileUrl() + " while the latter has " in updateDefaultNetworkProxyPortForPAC()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DLinkPropertiesUtils.java214 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DAdvancedOptionsFlowInfo.java207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
/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/modules/Connectivity/framework/src/android/net/
DIpConfiguration.java170 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
DLinkProperties.java814 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java234 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
DWifiConfigManager.java1248 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
DClientModeImpl.java4903 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in processMessageImpl()
8203 mIpClient.setHttpProxy(config.getHttpProxy()); in setConfigurationsPriorToIpClientProvisioning()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java1272 ipConfiguration.getHttpProxy().getHost()); in writeToXml()
1275 ipConfiguration.getHttpProxy().getPort()); in writeToXml()
1279 ipConfiguration.getHttpProxy().getExclusionList())); in writeToXml()
1284 ipConfiguration.getHttpProxy().getPacFileUrl().toString()); in writeToXml()
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetNetworkFactory.java500 mIpClient.setHttpProxy(mIpConfig.getHttpProxy()); in start()
/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java130 assertNull(lp.getHttpProxy()); in checkEmpty()
1133 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1467 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1485 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
DWifiConfigController2.java1506 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields()
1524 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java3987 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration
3991 return new ProxyInfo(mIpConfiguration.getHttpProxy()); in getHttpProxy()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java5450 if (null == getDefaultNetwork() && nai.linkProperties.getHttpProxy() != null) {
7042 final ProxyInfo linkHttpProxy = nai.linkProperties.getHttpProxy();
7079 ProxyInfo newProxyInfo = newLp.getHttpProxy();
7080 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy();
9069 mProxyTracker.setDefaultProxy(newLp.getHttpProxy());
9983 if (nai != null && nai.linkProperties.getHttpProxy() != null) {
10000 && (nai.linkProperties.getHttpProxy() != null || isProxySetOnAnyDefaultNetwork())) {
10378 final ProxyInfo proxyInfo = oldDefaultNetwork.linkProperties.getHttpProxy();
10411 ? newDefaultNetwork.linkProperties.getHttpProxy() : null);
/packages/modules/Connectivity/framework/api/
Dcurrent.txt210 method @Nullable public android.net.ProxyInfo getHttpProxy();
252 method @Nullable public android.net.ProxyInfo getHttpProxy();
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1742 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java11878 assertEquals(initialProxyInfo, unstartedLp.getHttpProxy());
11889 assertNull(mService.getLinkProperties(mCellAgent.getNetwork()).getHttpProxy());
11906 assertEquals(servingProxyInfo, startedLp.getHttpProxy());
11908 assertNull(mService.getLinkProperties(mCellAgent.getNetwork()).getHttpProxy());
11925 lp -> lp.getLp().getHttpProxy().getPort() == -1
11926 && lp.getLp().getHttpProxy().isPacProxy());
12003 assertNull(mService.getLinkProperties(mCellAgent.getNetwork()).getHttpProxy());
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2880 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.txt165 method @Deprecated public android.net.ProxyInfo getHttpProxy();