Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DMenu.java56 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, 1); in processFile()
68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount); in processDirectory()
DTestShellActivity.java187 mTotalTestCount = intent.getIntExtra(TOTAL_TEST_COUNT, mTotalTestCount); in executeIntent()
969 static final String TOTAL_TEST_COUNT = "TestCount"; field in TestShellActivity
DLayoutTestsAutoTest.java341 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, mTestCount); in runTestAndWaitUntilDone()