Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java346 return splitByShardCount(testCount, shardHint); in split()
365 private Collection<IRemoteTest> splitByShardCount(int testCount, int shardCount) { in splitByShardCount() method in ExecutableBaseTest