Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java296 private int mTestCount; field in InstrumentationTestRunner
381 mTestCount = mTestRunner.getTestCases().size(); in onCreate()
385 WatcherResultPrinter resultPrinter = new WatcherResultPrinter(mTestCount); in onCreate()
540 mResults.putInt(REPORT_KEY_NUM_TOTAL, mTestCount); in onStart()