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.java306 private int mTestCount; field in InstrumentationTestRunner
391 mTestCount = mTestRunner.getTestCases().size(); in onCreate()
395 WatcherResultPrinter resultPrinter = new WatcherResultPrinter(mTestCount); in onCreate()
548 mResults.putInt(REPORT_KEY_NUM_TOTAL, mTestCount); in onStart()