Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java1018 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices()
1044 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices()
1063 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices_failed()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1046 Map<String, ITestDevice> devices = allocateDevices(config, manager); in processReadyCommands()
1424 Map<String, ITestDevice> devices = allocateDevices(config, manager); in execCommand()
1451 Map<String, ITestDevice> allocateDevices(IConfiguration config, IDeviceManager manager) { in allocateDevices() method in CommandScheduler