Searched refs:testsToRun (Results 1 – 4 of 4) sorted by relevance
70 Set<TestMapping.TestInfo> testsToRun = TestMapping.getTests(getBuildInfo(), mTestGroup); in loadTests() local71 if (testsToRun.isEmpty()) { in loadTests()80 for (TestMapping.TestInfo test : testsToRun) { in loadTests()
54 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument59 mTests = testsToRun; in InstrumentationSerialTest()
74 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument88 mTests = testsToRun; in InstrumentationFileTest()
802 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local803 if (testsToRun == null) { in doTestRun()805 testsToRun = collectTestsToRun(mRunner, null); in doTestRun()824 if (testsToRun == null) { in doTestRun()827 } else if (!testsToRun.isEmpty()) { in doTestRun()828 runWithRerun(listener, testsToRun); in doTestRun()