Searched refs:IBinderExchange (Results 1 – 3 of 3) sorted by relevance
22 public interface IBinderExchange extends android.os.IInterface { interface25 implements android.security.cts.IBinderExchange {37 public static android.security.cts.IBinderExchange asInterface(android.os.IBinder obj) { in asInterface()42 if (((iin != null) && (iin instanceof android.security.cts.IBinderExchange))) { in asInterface()43 return ((android.security.cts.IBinderExchange) iin); in asInterface()45 return new android.security.cts.IBinderExchange.Stub.Proxy(obj); in asInterface()84 private static class Proxy implements android.security.cts.IBinderExchange {
59 class Exchange extends IBinderExchange.Stub {
21 interface IBinderExchange { interface