Searched refs:ITestsPool (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 99 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/ |
D | ITestsPool.java | 23 public interface ITestsPool { interface
|
D | LocalPool.java | 34 public class LocalPool implements ITestsPool {
|
D | TestsPoolPoller.java | 74 private ITestsPool mTestsPool; 90 public TestsPoolPoller(ITestsPool testsPool, CountDownLatch tracker) { in TestsPoolPoller()
|
D | RemoteDynamicPool.java | 42 public class RemoteDynamicPool implements ITestsPool {
|
D | DynamicShardHelper.java | 165 ITestsPool pool = RemoteDynamicPool.newInstance(client, poolId, moduleMapping); in shardConfig()
|
D | ShardHelper.java | 222 private ITestsPool createTestsPool( in createTestsPool()
|