Searched refs:IRemoteService (Results 1 – 6 of 6) sorted by relevance
74 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {111 IRemoteService mService;167 mService = IRemoteService.Stub.asInterface(service);
25 interface IRemoteService { interface
111 if (IRemoteService.class.getName().equals(intent.getAction())) { in onBind()123 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {271 IRemoteService mService = null;314 mService = IRemoteService.Stub.asInterface(service);372 intent.setAction(IRemoteService.class.getName());553 mBindIntent.setAction(IRemoteService.class.getName()); in onCreate()
20 interface IRemoteService interface
9 src/com/android/development/IRemoteService.aidl \
9 src/com/example/android/apis/app/IRemoteService.aidl \