Home
last modified time | relevance | path

Searched defs:LocalPool (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DLocalPool.java34 public class LocalPool implements ITestsPool { class
40 public LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool) { in LocalPool() method in LocalPool