Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java61 private final Integer mShardCount; field in ClusterCommand
98 mShardCount = shardCount; in ClusterCommand()
193 return mShardCount; in getShardCount()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestBase.java230 private int mShardCount = 0; field in GTestBase
322 mShardCount = shardCount; in setShardCount()
327 return mShardCount; in getShardCount()
339 if (mShardCount > 0) { in addIncludeFilter()
343 mShardCount = 0; in addIncludeFilter()
775 shard.mShardCount = shardCount; in getTestShard()
835 return mTestExecutedBefore && (mShardCount > 0); in isShardRetry()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java117 private Integer mShardCount; field in CommandOptions
514 return mShardCount; in getShardCount()
522 mShardCount = shardCount; in setShardCount()