Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DIModuleResult.java31 void addRuntime(long elapsedTime); in addRuntime() method
DModuleResult.java191 public void addRuntime(long elapsedTime) { in addRuntime() method in ModuleResult
DResultHandler.java228 module.addRuntime(runtime); in getResultFromDir()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java182 moduleA.addRuntime(Integer.parseInt(RUNTIME_A)); in testSerialization()
191 moduleB.addRuntime(Integer.parseInt(RUNTIME_B)); in testSerialization()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java432 mCurrentModuleResult.addRuntime(elapsedTime); in testRunEnded()