Home
last modified time | relevance | path

Searched refs:Delegator (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/java/src/android/aidl/tests/
DDelegatorTests.java36 private class Custom extends ITestService.Delegator {
49 ITestService.Delegator delegator = new ITestService.Delegator(service); in testDelegator()
58 ITestService.Delegator custom = new Custom(service); in testCustomDelegator()
67 ITestService.Delegator delegator = new ITestService.Delegator(service); in testAsBinderAsInterface()
68 assertThat(ITestService.Delegator.asInterface(delegator.asBinder()).RepeatByte(kExpectedByte), in testAsBinderAsInterface()
DTestVersionedInterface.java106 IFooInterface.Delegator delegator = new IFooInterface.Delegator(service); in testDelegatorGetInterfaceVersion()
112 IFooInterface.Delegator delegator = new IFooInterface.Delegator(service); in testDelegatorGetInterfaceHash()
/system/tools/aidl/tests/
Daidl_test_client_delegate.cpp44 TEST_F(AidlTest, Delegator) { in TEST_F() argument
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java51 public static class Delegator extends android.aidl.versioned.tests.IFooInterface.Stub class
53 public Delegator(android.aidl.versioned.tests.IFooInterface impl) { in Delegator() method in IFooInterface.Delegator
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java51 public static class Delegator extends android.aidl.versioned.tests.IFooInterface.Stub class
53 public Delegator(android.aidl.versioned.tests.IFooInterface impl) { in Delegator() method in IFooInterface.Delegator
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java319 public static class Delegator extends android.aidl.tests.ITestService.Stub class
321 public Delegator(android.aidl.tests.ITestService impl) { in Delegator() method in ITestService.Delegator
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java319 public static class Delegator extends android.aidl.tests.ITestService.Stub class
321 public Delegator(android.aidl.tests.ITestService impl) { in Delegator() method in ITestService.Delegator