Searched refs:ISecondary (Results 1 – 9 of 9) sorted by relevance
32 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {48 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()
19 interface ISecondary { interface
34 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {59 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()
33 private ISecondary mSecondaryService = null;46 mSecondaryService = ISecondary.Stub.asInterface(service); in setUp()64 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp()
37 private ISecondary mSecondaryService = null;54 mSecondaryService = ISecondary.Stub.asInterface(service); in setUp()73 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in setUp()
543 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()
42 src/android/app/stubs/ISecondary.aidl
42 src/android/os/cts/ISecondary.aidl \