Home
last modified time | relevance | path

Searched refs:getAllocatedDevices (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java45 public Map<String, ITestDevice> getAllocatedDevices() { in getAllocatedDevices() method in DeviceAllocationResult
DCommandScheduler.java1320 Map<String, ITestDevice> devices = allocationResults.getAllocatedDevices(); in processReadyCommands()
1857 allocatedDevices = getAllocatedDevices(config.getDeviceConfig(), reservedDevices); in execCommand()
1885 device = allocationResults.getAllocatedDevices().get(deviceName); in execCommand()
1910 Map<String, ITestDevice> getAllocatedDevices( in getAllocatedDevices() method in CommandScheduler
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1152 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices()
1179 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_replicated()
1217 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices()
1238 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices_failed()