Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java897 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local
898 if (testsToRun == null) { in doTestRun()
900 testsToRun = collectTestsToRun(mRunner, null); in doTestRun()
958 if (testsToRun == null) { in doTestRun()
961 } else if (!testsToRun.isEmpty()) { in doTestRun()
962 runWithRerun(testInfo, listener, testsToRun); in doTestRun()
DInstrumentationSerialTest.java57 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument
62 mTests = testsToRun; in InstrumentationSerialTest()
DInstrumentationFileTest.java77 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument
93 mTests = testsToRun; in InstrumentationFileTest()