Home
last modified time | relevance | path

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

/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java120 public TestResult doRun(Test test, boolean wait) { in doRun() method in DeviceTestRunner
129 return super.doRun(test, wait); in doRun()
141 return doRun(test, wait); in runSingleMethod()