Searched refs:testsToRun (Results 1 – 3 of 3) sorted by relevance
897 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local898 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()
57 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument62 mTests = testsToRun; in InstrumentationSerialTest()
77 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument93 mTests = testsToRun; in InstrumentationFileTest()