Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DILegacyBinder.java22 public interface ILegacyBinder extends android.os.IInterface { interface
23 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 {
DTestImpl.java480 return new ILegacyBinder.Stub(); in getLegacyBinderTest()
DJavaClientTest.java780 ILegacyBinder compatTest = ILegacyBinder.Stub.asInterface(mInterface.getLegacyBinderTest()); in testLegacyBinder()