Searched refs:mExpectedTestCount (Results 1 – 1 of 1) sorted by relevance
67 private int mExpectedTestCount = 0; field in TestRunResult147 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()