Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DModuleResult.java111 public int getExpectedTestRuns() { in getExpectedTestRuns() method in ModuleResult
291 this.mExpectedTestRuns += otherModuleResult.getExpectedTestRuns(); in mergeFrom()
DIModuleResult.java97 int getExpectedTestRuns(); in getExpectedTestRuns() method
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java343 if (mCurrentModuleResult.getExpectedTestRuns() == 0) { in testRunStarted()