Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DIModuleResult.java112 void addTestRun(); in addTestRun() method
DModuleResult.java135 public void addTestRun() { in addTestRun() method in ModuleResult
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java86 testResults.addTestRun(testRun, testCases); in processTestRun()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java112 public void addTestRun(Entity testRun, Iterable<Entity> testCaseRuns) { in addTestRun() method in TestResults
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java347 mCurrentModuleResult.addTestRun(); in testRunStarted()