Searched refs:iterationSet (Results 1 – 1 of 1) sorted by relevance
2169 Map<TestIdentifier, Set<BatchRunConfiguration>> iterationSet = this.mTestInstances; in split() local2171 if (iterationSet.keySet().isEmpty()) { in split()2177 for (TestIdentifier test: iterationSet.keySet()) { in split()2178 currentSet.put(test, iterationSet.get(test)); in split()2188 updateRuntimeHint(iterationSet.size(), runners); in split()2207 Map<TestIdentifier, Set<BatchRunConfiguration>> iterationSet = this.mTestInstances; in getTestShard() local2209 int batchLimit = iterationSet.keySet().size() / shardCount; in getTestShard()2212 for (TestIdentifier test: iterationSet.keySet()) { in getTestShard()2213 currentSet.put(test, iterationSet.get(test)); in getTestShard()2224 updateRuntimeHint(iterationSet.size(), runners); in getTestShard()