Searched refs:ISecondary (Results 1 – 3 of 3) sorted by relevance
24 interface ISecondary { interface
114 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()135 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {273 ISecondary mSecondaryService = null;355 mSecondaryService = ISecondary.Stub.asInterface(service);374 intent.setAction(ISecondary.class.getName());
11 src/com/example/android/apis/app/ISecondary.aidl \