Searched defs:Proxy (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java53 return new IMountServiceListener.Stub.Proxy(obj);
92 private static class Proxy implements IMountServiceListener { class in class:IMountServiceListener.Stub
95 Proxy(IBinder remote) { method in class:IMountServiceListener.Stub.Proxy
H A DIMountShutdownObserver.java52 return new IMountShutdownObserver.Stub.Proxy(obj);
79 private static class Proxy implements IMountShutdownObserver { class in class:IMountShutdownObserver.Stub
82 Proxy(IBinder remote) { method in class:IMountShutdownObserver.Stub.Proxy
H A DIObbActionListener.java53 return new IObbActionListener.Stub.Proxy(obj);
84 private static class Proxy implements IObbActionListener { class in class:IObbActionListener.Stub
87 Proxy(IBinder remote) { method in class:IObbActionListener.Stub.Proxy
H A DIMountService.java38 private static class Proxy implements IMountService { class in class:IMountService.Stub
41 Proxy(IBinder remote) { method in class:IMountService.Stub.Proxy
826 return new IMountService.Stub.Proxy(obj);
/frameworks/base/core/java/android/net/
H A DProxy.java57 public final class Proxy { class
61 private static final String TAG = "Proxy";
105 * @return Proxy (java.net) object containing the host name. If the
110 public static final java.net.Proxy getProxy(Context ctx, String url) {
122 if (sConnectivityManager == null) return java.net.Proxy.NO_PROXY;
132 return java.net.Proxy.NO_PROXY;
146 java.net.Proxy proxy = getProxy(ctx, null);
147 if (proxy == java.net.Proxy.NO_PROXY) return null;
163 java.net.Proxy proxy = getProxy(ctx, null);
164 if (proxy == java.net.Proxy
[all...]

Completed in 45 milliseconds