Searched refs:Proxy (Results 1 – 3 of 3) sorted by relevance
20 import android.net.Proxy;26 new Proxy(); in testConstructor()32 int defaultPort = Proxy.getDefaultPort(); in testAccessProperties()33 if(null == Proxy.getDefaultHost()) { in testAccessProperties()
45 return new android.security.cts.IBinderExchange.Stub.Proxy(obj); in asInterface()84 private static class Proxy implements android.security.cts.IBinderExchange { class in IBinderExchange.Stub87 Proxy(android.os.IBinder remote) { in Proxy() method in IBinderExchange.Stub.Proxy
33 import android.net.Proxy;1077 super(VpnTest.this.getInstrumentation().getContext(), Proxy.PROXY_CHANGE_ACTION); in ProxyChangeBroadcastReceiver()