Searched refs:TOTAL_TEST_COUNT (Results 1 – 3 of 3) sorted by relevance
56 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, 1); in processFile()68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount); in processDirectory()
187 mTotalTestCount = intent.getIntExtra(TOTAL_TEST_COUNT, mTotalTestCount); in executeIntent()969 static final String TOTAL_TEST_COUNT = "TestCount"; field in TestShellActivity
341 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, mTestCount); in runTestAndWaitUntilDone()