Home
last modified time | relevance | path

Searched refs:Proxy (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPacProxyTest.java21 import java.net.Proxy;
22 import java.net.Proxy.Type;
207 List<Proxy> list = selector.select(uri); in testDirect()
208 assertEquals("Proxy must be direct", newArrayList(Proxy.NO_PROXY), list); in testDirect()
223 List<Proxy> list = selector.select(uri); in testLocalPlusDirect()
225 new Proxy(Type.HTTP, InetSocketAddress.createUnresolved("localhost", 8080)), in testLocalPlusDirect()
226 new Proxy(Type.HTTP, InetSocketAddress.createUnresolved("localhost", 8081)), in testLocalPlusDirect()
227 Proxy.NO_PROXY), list); in testLocalPlusDirect()
242 List<Proxy> list = selector.select(uri); in testHostPassthrough()
245 new Proxy(Type.HTTP, InetSocketAddress.createUnresolved("localhost", 8080))), in testHostPassthrough()
[all …]
DStaticProxyTest.java20 import java.net.Proxy;
21 import java.net.Proxy.Type;
82 List<Proxy> list = selector.select(uri); in testProxySelector()
84 new Proxy(Type.HTTP, in testProxySelector()
100 List<Proxy> list = selector.select(uri); in testProxySelectorExclude()
101 assertEquals("Direct must be returned", newArrayList(Proxy.NO_PROXY), list); in testProxySelectorExclude()
112 List<Proxy> list = selector.select(uri); in testClearProxySelector()
113 assertEquals("Direct must be returned", newArrayList(Proxy.NO_PROXY), list); in testClearProxySelector()
DBaseProxyTest.java30 import java.net.Proxy;
62 new IntentFilter(android.net.Proxy.PROXY_CHANGE_ACTION)); in registerAndWaitForStickyBroadcast()
154 protected List<Proxy> newArrayList(Proxy... proxies) { in newArrayList()
155 List<Proxy> ret = new ArrayList<Proxy>(); in newArrayList()
156 for (Proxy p : proxies) { in newArrayList()
167 mProxy = intent.getParcelableExtra(android.net.Proxy.EXTRA_PROXY_INFO); in onReceive()
/cts/tests/tests/media/src/android/media/cts/
DStubMediaRoute2ProviderService.java92 private Proxy mProxy;
156 public void setProxy(@Nullable Proxy proxy) { in setProxy()
212 Proxy proxy = mProxy; in onCreateSession()
249 Proxy proxy = mProxy; in onReleaseSession()
275 Proxy proxy = mProxy; in onDiscoveryPreferenceChanged()
287 Proxy proxy = mProxy; in onSelectRoute()
316 Proxy proxy = mProxy; in onDeselectRoute()
351 Proxy proxy = mProxy; in onTransferToRoute()
424 public static class Proxy { class in StubMediaRoute2ProviderService
438 private static boolean doesProxyOverridesMethod(Proxy proxy, String methodName) { in doesProxyOverridesMethod()
[all …]
DMediaRoute2ProviderServiceTest.java43 import android.media.cts.StubMediaRoute2ProviderService.Proxy;
303 setProxy(new Proxy() { in testSessionRelatedCallbacks()
471 setProxy(new Proxy() { in testNotifySessionReleased()
547 setProxy(new Proxy() { in testOnDiscoveryPreferenceChanged()
575 void setProxy(StubMediaRoute2ProviderService.Proxy proxy) { in setProxy()
DSystemMediaRouter2Test.java528 service.setProxy(new StubMediaRoute2ProviderService.Proxy() { in testTransferToTwice()
DMediaRouter2Test.java333 service.setProxy(new StubMediaRoute2ProviderService.Proxy() { in testTransferToTwice()
/cts/tests/tests/security/src/android/security/cts/
DIBinderExchange.java45 return new android.security.cts.IBinderExchange.Stub.Proxy(obj); in asInterface()
84 private static class Proxy implements android.security.cts.IBinderExchange { class in IBinderExchange.Stub
87 Proxy(android.os.IBinder remote) { in Proxy() method in IBinderExchange.Stub.Proxy
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...