Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java99 ITestsPool pool = new LocalPool(testsList, null); in testMultiPolling()
136 ITestsPool pool = new LocalPool(testsList, null); in testPollingRun()
173 ITestsPool pool = new LocalPool(testsList, null); in testRun_runtimeException()
205 ITestsPool pool = new LocalPool(testsList, null); in testRun_deviceUnresponsive()
237 ITestsPool pool = new LocalPool(testsList, null); in testRun_dnae()
277 ITestsPool pool = new LocalPool(testsList, null); in testRun_dnae_reportNotExecuted()
340 ITestsPool pool = new LocalPool(testsList, null); in testRun_dnae_NotLastDevice()
380 ITestsPool pool = new LocalPool(testsList, null); in testRun_dnae_NotLastDevice_offline()
432 ITestsPool pool = new LocalPool(testsList, tokenList); in testPolling_tokens_notExecuted()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DITestsPool.java23 public interface ITestsPool { interface
DLocalPool.java34 public class LocalPool implements ITestsPool {
DTestsPoolPoller.java74 private ITestsPool mTestsPool;
90 public TestsPoolPoller(ITestsPool testsPool, CountDownLatch tracker) { in TestsPoolPoller()
DRemoteDynamicPool.java42 public class RemoteDynamicPool implements ITestsPool {
DDynamicShardHelper.java165 ITestsPool pool = RemoteDynamicPool.newInstance(client, poolId, moduleMapping); in shardConfig()
DShardHelper.java222 private ITestsPool createTestsPool( in createTestsPool()