Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java222 public Collection<IRemoteTest> split(int shardCountHint) { in split() argument
225 return test.split(shardCountHint); in split()