Home
last modified time | relevance | path

Searched refs:ISecondary (Results 1 – 9 of 9) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DStubRemoteService.java32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
48 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()
DISecondary.aidl19 interface ISecondary { interface
/cts/tests/tests/os/src/android/os/cts/
DCtsRemoteService.java34 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
59 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()
DISecondary.aidl19 interface ISecondary { interface
DRemoteCallbackListTest.java33 private ISecondary mSecondaryService = null;
46 mSecondaryService = ISecondary.Stub.asInterface(service); in setUp()
64 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp()
DProcessTest.java37 private ISecondary mSecondaryService = null;
54 mSecondaryService = ISecondary.Stub.asInterface(service); in setUp()
73 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp()
DStrictModeTest.java543 private static void runWithRemoteServiceBound(Context context, Consumer<ISecondary> consumer) in runWithRemoteServiceBound()
559 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound()
567 consumer.accept(ISecondary.Stub.asInterface(binder)); in runWithRemoteServiceBound()
/cts/tests/app/app/
DAndroid.mk42 src/android/app/stubs/ISecondary.aidl
/cts/tests/tests/os/
DAndroid.mk42 src/android/os/cts/ISecondary.aidl \