Searched refs:allocateFreeDeviceById (Results 1 – 3 of 3) sorted by relevance
150 device = dm.allocateFreeDeviceById("fake device"); in testAllocateDeviceById()156 device = dm.allocateFreeDeviceById(d3SerialNumber); in testAllocateDeviceById()
253 public TestDevice allocateFreeDeviceById(String deviceId) throws DeviceNotAvailableException { in allocateFreeDeviceById() method in DeviceManager
458 TestDevice device = sDeviceManager.allocateFreeDeviceById(deviceId); in runTest()