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.java368 Map<String, ITestDevice> allocateDevices( in testExecCommand()
1097 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices()
1124 mScheduler.allocateDevices(mMockConfiguration, mMockManager); in testAllocateDevices_replicated()
1150 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices()
1169 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices_failed()
1282 Map<String, ITestDevice> allocateDevices( in testExecCommand_versioning()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1078 Map<String, ITestDevice> devices = allocateDevices(config, manager); in processReadyCommands()
1537 Map<String, ITestDevice> devices = allocateDevices(config, manager); in execCommand()
1592 Map<String, ITestDevice> allocateDevices(IConfiguration config, IDeviceManager manager) { in allocateDevices() method in CommandScheduler