Searched refs:ISimulatorService (Results 1 – 3 of 3) sorted by relevance
38 public abstract void process(ISimulatorService service) throws RemoteException; in process()40 private void onServiceConnected(ISimulatorService service) { in onServiceConnected()53 private ISimulatorService simulatorService;57 simulatorService = ISimulatorService.Stub.asInterface(service); in onServiceConnected()
67 private final ISimulatorService.Stub binder =68 new ISimulatorService.Stub() {
3 interface ISimulatorService { interface