Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java121 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
123 tokenPool = extractTokenTests(shardableTests); in shardConfig()
128 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()
134 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
136 tokenPool = extractTokenTests(shardableTests); in shardConfig()
144 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()
323 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local
329 tokenPool.add((ITokenRequest) test); in extractTokenTests()
333 return tokenPool; in extractTokenTests()