/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/src/com/android/server/connectivity/ |
D | ProxyTracker.java | 396 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/ |
D | LinkPropertiesUtils.java | 214 return Objects.equals(left.getHttpProxy(), right.getHttpProxy()); in isIdenticalHttpProxy()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | AdvancedOptionsFlowInfo.java | 207 return mIpConfiguration.getHttpProxy(); in getInitialProxyInfo()
|
/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/modules/Connectivity/framework/src/android/net/ |
D | IpConfiguration.java | 170 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in IpConfiguration
|
D | LinkProperties.java | 814 public @Nullable ProxyInfo getHttpProxy() { in getHttpProxy() method in LinkProperties
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigurationUtil.java | 234 return !Objects.equals(existingConfig.getHttpProxy(), newConfig.getHttpProxy()); in hasProxyChanged()
|
D | WifiConfigManager.java | 1248 internalConfig.setHttpProxy(new ProxyInfo(externalConfig.getHttpProxy())); in mergeWithInternalWifiConfiguration()
|
D | ClientModeImpl.java | 4903 mIpClient.setHttpProxy(currentConfig.getHttpProxy()); in processMessageImpl() 8203 mIpClient.setHttpProxy(config.getHttpProxy()); in setConfigurationsPriorToIpClientProvisioning()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 1272 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/ |
D | EthernetNetworkFactory.java | 500 mIpClient.setHttpProxy(mIpConfig.getHttpProxy()); in start()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | LinkPropertiesTest.java | 130 assertNull(lp.getHttpProxy()); in checkEmpty() 1133 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 1467 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() 1485 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
|
D | WifiConfigController2.java | 1506 ProxyInfo proxyProperties = config.getHttpProxy(); in showProxyFields() 1524 ProxyInfo proxyInfo = config.getHttpProxy(); in showProxyFields()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiConfiguration.java | 3987 public ProxyInfo getHttpProxy() { in getHttpProxy() method in WifiConfiguration 3991 return new ProxyInfo(mIpConfiguration.getHttpProxy()); in getHttpProxy()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 5450 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/ |
D | current.txt | 210 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/ |
D | VpnTest.java | 1742 assertEquals("Incorrect proxy config.", expected, lp.getHttpProxy()); in assertNetworkHasExpectedProxy()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 11878 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/ |
D | NetworkMonitor.java | 2880 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 | 165 method @Deprecated public android.net.ProxyInfo getHttpProxy();
|