Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DISecondary.aidl24 interface ISecondary { interface
DRemoteService.java114 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());
/development/samples/ApiDemos/
DAndroid.mk11 src/com/example/android/apis/app/ISecondary.aidl \