Searched refs:testsToRun (Results 1 – 2 of 2) sorted by relevance
961 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local964 if (testsToRun == null && !mOrchestrator) { in doTestRun()966 testsToRun = collectTestsToRun(testInfo, mRunner, null); in doTestRun()986 if (testsToRun != null && testsToRun.isEmpty()) { in doTestRun()1027 new InstrumentationListener(getDevice(), testsToRun, listener); in doTestRun()1037 if (testsToRun == null) { in doTestRun()1040 } else if (!testsToRun.isEmpty()) { in doTestRun()1041 runWithRerun(testInfo, listener, instrumentationListener, testsToRun); in doTestRun()
75 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument90 mTests = testsToRun; in InstrumentationFileTest()