Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java27 private Map<String, ITestDevice> mAllocatedDevices = new LinkedHashMap<>(); field in DeviceAllocationResult
31 return !mAllocatedDevices.isEmpty(); in wasAllocationSuccessful()
36 mAllocatedDevices.putAll(devices); in addAllocatedDevices()
46 return mAllocatedDevices; in getAllocatedDevices()