Home
last modified time | relevance | path

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

/cts/tools/host/test/com/android/cts/
DDeviceManagerTests.java150 device = dm.allocateFreeDeviceById("fake device"); in testAllocateDeviceById()
156 device = dm.allocateFreeDeviceById(d3SerialNumber); in testAllocateDeviceById()
/cts/tools/host/src/com/android/cts/
DDeviceManager.java253 public TestDevice allocateFreeDeviceById(String deviceId) throws DeviceNotAvailableException { in allocateFreeDeviceById() method in DeviceManager
DTestHost.java458 TestDevice device = sDeviceManager.allocateFreeDeviceById(deviceId); in runTest()