Searched refs:mTestCount (Results 1 – 3 of 3) sorted by relevance
36 private int mTestCount = 0; field in ProfiledWebView84 mTestCount++; in startScrollTest()85 final int testCount = mTestCount; in startScrollTest()96 if (testCount == mTestCount && !mIsTesting) { in startScrollTest()
287 private int mTestCount; field in InstrumentationTestRunner372 mTestCount = mTestRunner.getTestCases().size(); in onCreate()376 WatcherResultPrinter resultPrinter = new WatcherResultPrinter(mTestCount); in onCreate()522 mResults.putInt(REPORT_KEY_NUM_TOTAL, mTestCount); in onStart()
160 private int mTestCount; field in LayoutTestsAutoTest185 mTestCount = mTestList.size(); in getTestList()341 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, mTestCount); in runTestAndWaitUntilDone()