Searched refs:subTests (Results 1 – 2 of 2) sorted by relevance
177 Collection<IRemoteTest> subTests = in getAllTests() local179 if (subTests == null) { in getAllTests()183 allTests.addAll(subTests); in getAllTests()
1315 Collection<? extends Object> subTests; in split() local1319 subTests = test.mClasses; in split()1322 subTests = test.mTestMethods; in split()1328 test.mRuntimeHint = mRuntimeHint * subTests.size() / numTotalTestCases; in split()