Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java334 public final Collection<IRemoteTest> split(int shardHint) { in split() argument
335 if (shardHint <= 1) { in split()
346 return splitByShardCount(testCount, shardHint); in split()