Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DLastShardDetector.java27 public final class LastShardDetector implements ITestInvocationListener { class
DShardHelper.java126 LastShardDetector lastShard = new LastShardDetector(); in shardConfig()
322 IConfiguration config, LastShardDetector lastShardDetector) { in buildMainShardListeners()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java52 import com.android.tradefed.invoker.shard.LastShardDetector;
1079 LastShardDetector lastShardDetector = (LastShardDetector) obj; in deleteInvocationFiles()