Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceSuite.java108 protected void runChild(Runner runner, RunNotifier notifier) { in runChild() argument
147 super.runChild(runner, notifier); in runChild()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DLongevityHostRunner.java188 public void run(RunNotifier notifier) { in run() argument
218 suite.run(notifier); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java418 Object notifier = waitForExpectedInvokeCalls(2); in testRun_oneConfigLoop() local
423 synchronized (notifier) { in testRun_oneConfigLoop()
424 notifier.wait(1 * 1000); in testRun_oneConfigLoop()