Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1855 Map<String, ITestDevice> allocatedDevices = new LinkedHashMap<String, ITestDevice>(); in execCommand() local
1857 allocatedDevices = getAllocatedDevices(config.getDeviceConfig(), reservedDevices); in execCommand()
1865 allocateDevices(config, manager, new ArrayList<>(allocatedDevices.keySet())); in execCommand()
1883 ITestDevice device = allocatedDevices.get(deviceName); in execCommand()
1889 allocatedDevices = orderedDevices; in execCommand()
1898 context.addAllocatedDevice(allocatedDevices); in execCommand()
1899 CLog.d("Executing '%s' on '%s'", cmdTracker.getArgs()[0], allocatedDevices); in execCommand()
1912 Map<String, ITestDevice> allocatedDevices = new LinkedHashMap<String, ITestDevice>(); in getAllocatedDevices() local
1923 allocatedDevices.put(config.getDeviceName(), reservedDevices.get(iReserved++)); in getAllocatedDevices()
1933 return allocatedDevices; in getAllocatedDevices()