Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java951 collectTestsToRun(testInfo, mRunner, listener); in doTestRun()
966 testsToRun = collectTestsToRun(testInfo, mRunner, null); in doTestRun()
1185 private Collection<TestDescription> collectTestsToRun( in collectTestsToRun() method in InstrumentationTest