Searched refs:subTests (Results 1 – 2 of 2) sorted by relevance
112 Collection<IRemoteTest> subTests = in getAllTests() local114 if (subTests == null) { in getAllTests()118 allTests.addAll(subTests); in getAllTests()
1246 Collection<? extends Object> subTests; in split() local1249 subTests = test.mClasses; in split()1252 subTests = test.mTestMethods; in split()1258 test.mRuntimeHint = mRuntimeHint * subTests.size() / numTotalTestCases; in split()