Home
last modified time | relevance | path

Searched refs:buildDirectProxy (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/
DProxyInfo.java66 public static ProxyInfo buildDirectProxy(String host, int port) { in buildDirectProxy() method in ProxyInfo
79 public static ProxyInfo buildDirectProxy(String host, int port, List<String> exclList) { in buildDirectProxy() method in ProxyInfo
/frameworks/libs/net/common/tests/unit/src/android/net/util/
DLinkPropertiesUtilsTest.java77 lp.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in createTestObject()
159 target.setHttpProxy(ProxyInfo.buildDirectProxy("hello", 8888)); in testLinkPropertiesIdenticalEqual()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DIpConfigStore.java206 ProxyInfo proxyInfo = ProxyInfo.buildDirectProxy( in readIpConfigurations()
DXmlUtil.java975 ProxyInfo.buildDirectProxy( in parseFromXml()
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java154 lp.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in makeTestObject()
1023 source.setHttpProxy(ProxyInfo.buildDirectProxy("test", 8888)); in makeLinkPropertiesForParceling()
1165 assertTrue(lp.getHttpProxy().equals(ProxyInfo.buildDirectProxy("test", 8888))); in testHttpProxy()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupDataV1Parser.java579 ProxyInfo.buildDirectProxy( in parseIpConfigurationFromXml()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java2679 httpProxyCopy = ProxyInfo.buildDirectProxy(httpProxy.getHost(), httpProxy.getPort(), in setHttpProxy()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java6571 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetGlobalProxyForNetwork()
6580 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetProxyForActiveNetwork()
6597 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetProxyForVPN()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2859 ProxyInfo proxy = ProxyInfo.buildDirectProxy( in onDataSetupComplete()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17217 method public static android.net.ProxyInfo buildDirectProxy(java.lang.String, int);
17218 …method public static android.net.ProxyInfo buildDirectProxy(java.lang.String, int, java.util.List<…
/frameworks/base/api/
Dcurrent.txt30390 method public static android.net.ProxyInfo buildDirectProxy(String, int);
30391 …method public static android.net.ProxyInfo buildDirectProxy(String, int, java.util.List<java.lang.…