Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java163 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
165 tokenPool = extractTokenTests(shardableTests); in shardConfig()
176 createTestsPool(shardableTests, tokenPool), tracker); in shardConfig()
183 Collection<ITokenRequest> tokenPool = null; in shardConfig() local
185 tokenPool = extractTokenTests(shardableTests); in shardConfig()
199 createTestsPool(shardableTests, tokenPool), tracker); in shardConfig()
399 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local
405 tokenPool.add((ITokenRequest) test); in extractTokenTests()
409 return tokenPool; in extractTokenTests()
DLocalPool.java40 public LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool) { in LocalPool() argument
42 mTokenPool = tokenPool; in LocalPool()