Searched refs:testsToRun (Results 1 – 4 of 4) sorted by relevance
101 Set<TestInfo> testsToRun = in loadTests() local104 if (testsToRun.isEmpty()) { in loadTests()117 for (TestInfo test : testsToRun) { in loadTests()158 for (TestInfo test : testsToRun) { in loadTests()
847 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local848 if (testsToRun == null) { in doTestRun()850 testsToRun = collectTestsToRun(mRunner, null); in doTestRun()885 if (testsToRun == null) { in doTestRun()888 } else if (!testsToRun.isEmpty()) { in doTestRun()889 runWithRerun(listener, testsToRun); in doTestRun()
56 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument61 mTests = testsToRun; in InstrumentationSerialTest()
76 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument91 mTests = testsToRun; in InstrumentationFileTest()