Searched refs:ISecondary (Results 1 – 12 of 12) 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()
613 private static void runWithRemoteServiceBound(Context context, Consumer<ISecondary> consumer) in runWithRemoteServiceBound()629 Intent secondaryIntent = new Intent(ISecondary.class.getName()); in runWithRemoteServiceBound()637 consumer.accept(ISecondary.Stub.asInterface(binder)); in runWithRemoteServiceBound()
42 src/android/app/stubs/ISecondary.aidl
43 src/android/os/cts/ISecondary.aidl \