Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestRunResult.java67 private int mExpectedTestCount = 0; field in TestRunResult
147 return mExpectedTestCount; in getExpectedTestCount()
217 if (mExpectedTestCount == 0) { in testRunStarted()
218 mExpectedTestCount = testCount; in testRunStarted()
223 runName, mExpectedTestCount, mExpectedTestCount + testCount); in testRunStarted()
224 mExpectedTestCount += testCount; in testRunStarted()
510 finalRunResult.mExpectedTestCount = maxExpectedTestCount; in merge()