Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DRunNotifierWrapper.java28 private RunNotifier notifier; field in RunNotifierWrapper
30 public RunNotifierWrapper(RunNotifier notifier) { in RunNotifierWrapper()
DLongevityHostRunner.java189 public void run(RunNotifier notifier) { in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java114 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild()
129 public void run(RunNotifier notifier) { in run()
DDeviceSuite.java108 protected void runChild(Runner runner, RunNotifier notifier) { in runChild()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java435 Object notifier = waitForExpectedInvokeCalls(2); in testRun_oneConfigLoop() local