Home
last modified time | relevance | path

Searched defs:testProxyInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java861 ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("10.0.0.1", 8888); in testSetProxy() local
901 ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("10.0.0.1", 8888); in testSetProxyDisallowedApps() local
950 ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("10.0.0.1", 8888); in testBindToNetworkWithProxy() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java9371 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetGlobalProxyForNetwork() local
9380 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetProxyForActiveNetwork() local
9397 final ProxyInfo testProxyInfo = ProxyInfo.buildDirectProxy("test", 8888); in testGetProxyForVPN() local