Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DRemoteService.java79 public abstract void onRun(int testId, int step, @Nullable Bundle args) throws Exception; in onRun() method in RemoteService
109 return runOnHandlerSync(() -> onRun(testId, step, args)); in run()
DMediaBrowserServiceTestService.java96 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun() method in MediaBrowserServiceTestService
DMediaSessionTestService.java113 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun() method in MediaSessionTestService