Searched refs:mShardedTestToRun (Results 1 – 2 of 2) sorted by relevance
79 protected List<TestDescription> mShardedTestToRun; field in TestSuiteStub145 if (mShardedTestToRun == null) { in run()157 listener.testRunStarted(mModule, mShardedTestToRun.size() + 1); in run()159 listener.testRunStarted(mModule, mShardedTestToRun.size()); in run()163 for (TestDescription tid : mShardedTestToRun) { in run()168 TestDescription tid = mShardedTestToRun.get(0); in run()186 if (mShardedTestToRun == null) { in split()190 for (TestDescription id : mShardedTestToRun) { in split()193 stub.mShardedTestToRun = new ArrayList<>(); in split()194 stub.mShardedTestToRun.add(id); in split()
200 ((TestSuiteStub) test).mShardedTestToRun = mTests; in loadTests()