Searched refs:mExpectedTestCount (Results 1 – 1 of 1) sorted by relevance
68 private int mExpectedTestCount = 0; field in TestRunResult167 return mExpectedTestCount; in getExpectedTestCount()277 if (mExpectedTestCount == 0) { in testRunStarted()278 mExpectedTestCount = testCount; in testRunStarted()283 runName, mExpectedTestCount, mExpectedTestCount + testCount); in testRunStarted()284 mExpectedTestCount += testCount; in testRunStarted()628 finalRunResult.mExpectedTestCount = maxExpectedTestCount; in merge()