Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java50 private int mTotalTestsInModule; field in ConsoleReporter
77 mTotalTestsInModule = numTests; in testRunStarted()
88 mTotalTestsInModule, in testRunStarted()
89 (mTotalTestsInModule > 1) ? "s" : ""); in testRunStarted()
162 mNotExecutedTests = Math.max(mTotalTestsInModule - mCurrentTestNum, 0); in testRunEnded()
222 return String.format("%d/%d", mCurrentTestNum, mTotalTestsInModule); in progress()
242 return mTotalTestsInModule; in getTotalTestsInModule()
DResultReporter.java184 private int mTotalTestsInModule; field in ResultReporter
334 mTotalTestsInModule += numTests; in testRunStarted()
350 mTotalTestsInModule = numTests; in testRunStarted()
455 mCurrentModuleResult.setDone(mCurrentTestNum >= mTotalTestsInModule); in testRunEnded()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...