Searched refs:tokenPool (Results 1 – 2 of 2) sorted by relevance
163 Collection<ITokenRequest> tokenPool = null; in shardConfig() local165 tokenPool = extractTokenTests(shardableTests); in shardConfig()176 createTestsPool(shardableTests, tokenPool), tracker); in shardConfig()183 Collection<ITokenRequest> tokenPool = null; in shardConfig() local185 tokenPool = extractTokenTests(shardableTests); in shardConfig()199 createTestsPool(shardableTests, tokenPool), tracker); in shardConfig()399 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local405 tokenPool.add((ITokenRequest) test); in extractTokenTests()409 return tokenPool; in extractTokenTests()
40 public LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool) { in LocalPool() argument42 mTokenPool = tokenPool; in LocalPool()