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()
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()
34 "src/android/app/stubs/ISecondary.aidl",64 "src/android/app/stubs/ISecondary.aidl",97 "src/android/app/stubs/ISecondary.aidl",130 "src/android/app/stubs/ISecondary.aidl",
38 "src/android/os/cts/ISecondary.aidl",