Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java622 int totalExpectedTests, in reportFinalResults()
629 listener.testRunStarted(getId(), totalExpectedTests, attempt, mStartTestTime); in reportFinalResults() local
631 listener.testRunStarted(getId(), totalExpectedTests, 0, mStartTestTime); in reportFinalResults() local