Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DProxyTest.java20 import android.net.Proxy;
26 new Proxy(); in testConstructor()
32 int defaultPort = Proxy.getDefaultPort(); in testAccessProperties()
33 if(null == Proxy.getDefaultHost()) { in testAccessProperties()
/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/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java33 import android.net.Proxy;
1077 super(VpnTest.this.getInstrumentation().getContext(), Proxy.PROXY_CHANGE_ACTION); in ProxyChangeBroadcastReceiver()