Home
last modified time | relevance | path

Searched refs:hintShard (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java367 public Collection<IRemoteTest> split(int hintShard) { in split() argument
368 if (hintShard > 1) { in split()
369 List<IRemoteTest> shards = new ArrayList<IRemoteTest>(hintShard); in split()
370 for (int i = 0; i < hintShard; i++) { in split()