Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1318 DeviceAllocationResult allocationResults = allocateDevices(config, manager); in processReadyCommands() local
1319 if (allocationResults.wasAllocationSuccessful()) { in processReadyCommands()
1320 Map<String, ITestDevice> devices = allocationResults.getAllocatedDevices(); in processReadyCommands()
1864 DeviceAllocationResult allocationResults = in execCommand() local
1866 if (!allocationResults.wasAllocationSuccessful()) { in execCommand()
1876 allocationResults.formattedReason(), Arrays.asList(args)), in execCommand()
1885 device = allocationResults.getAllocatedDevices().get(deviceName); in execCommand()
1972 DeviceAllocationResult allocationResults = new DeviceAllocationResult(); in allocateDevices() local
1983 allocationResults.addAllocationFailureReason( in allocateDevices()
2004 allocationResults.addAllocatedDevices(devices); in allocateDevices()
[all …]