Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java35 public void addAllocatedDevices(Map<String, ITestDevice> devices) { in addAllocatedDevices() method in DeviceAllocationResult
DCommandScheduler.java2004 allocationResults.addAllocatedDevices(devices); in allocateDevices()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java416 results.addAllocatedDevices(allocated);
1568 results.addAllocatedDevices(allocated); in testExecCommand_versioning()