Searched refs:onRun (Results 1 – 3 of 3) sorted by relevance
79 public abstract void onRun(int testId, int step, @Nullable Bundle args) throws Exception; in onRun() method in RemoteService109 return runOnHandlerSync(() -> onRun(testId, step, args)); in run()
96 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun() method in MediaBrowserServiceTestService
113 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun() method in MediaSessionTestService