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.java143 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
145 tokenPool = extractTokenTests(shardableTests); in shardConfig()
155 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()
162 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
164 tokenPool = extractTokenTests(shardableTests); in shardConfig()
177 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()
363 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local
369 tokenPool.add((ITokenRequest) test); in extractTokenTests()
373 return tokenPool; in extractTokenTests()