Searched refs:ILegacyBinder (Results 1 – 3 of 3) sorted by relevance
22 public interface ILegacyBinder extends android.os.IInterface { interface23 public static class Stub extends android.os.Binder implements ILegacyBinder {28 public static ILegacyBinder asInterface(android.os.IBinder obj) { in asInterface()33 if (((iin != null) && (iin instanceof ILegacyBinder))) { in asInterface()34 return ((ILegacyBinder) iin); in asInterface()36 return new ILegacyBinder.Stub.Proxy(obj); in asInterface()59 private static class Proxy implements ILegacyBinder {
480 return new ILegacyBinder.Stub(); in getLegacyBinderTest()
780 ILegacyBinder compatTest = ILegacyBinder.Stub.asInterface(mInterface.getLegacyBinderTest()); in testLegacyBinder()