Searched refs:mAllocatedDeviceMap (Results 1 – 1 of 1) sorted by relevance
49 private Map<String, ITestDevice> mAllocatedDeviceMap = new Hashtable<String, ITestDevice>(); field in DeviceTracker59 mAllocatedDeviceMap.put(d.getSerialNumber(), d); in allocateDevice()70 return mAllocatedDeviceMap.remove(serial); in freeDevice()79 Collection<ITestDevice> devices = new ArrayList<ITestDevice>(mAllocatedDeviceMap.values()); in freeAll()80 mAllocatedDeviceMap.clear(); in freeAll()92 return mAllocatedDeviceMap.get(serial); in getDeviceForSerial()