Searched refs:mAllocatedDevices (Results 1 – 1 of 1) sorted by relevance
27 private Map<String, ITestDevice> mAllocatedDevices = new LinkedHashMap<>(); field in DeviceAllocationResult31 return !mAllocatedDevices.isEmpty(); in wasAllocationSuccessful()36 mAllocatedDevices.putAll(devices); in addAllocatedDevices()46 return mAllocatedDevices; in getAllocatedDevices()