Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java361 ITestDevice allocatedDevice = mDeviceManager.forceAllocateDevice(c.getDeviceSerial()); in processAllocate() local
362 if (allocatedDevice != null) { in processAllocate()
364 getDeviceTracker().allocateDevice(allocatedDevice); in processAllocate()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1610 for (ITestDevice allocatedDevice : devices.values()) { in allocateDevices()
1612 if (allocatedDevice.getIDevice() instanceof StubDevice) { in allocateDevices()
1615 allocatedDevice.getDeviceState())) { in allocateDevices()
1619 manager.freeDevice(allocatedDevice, deviceState); in allocateDevices()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java863 DeviceDescriptor allocatedDevice = createDeviceDesc("ccc", DeviceAllocationState.Allocated); in testSortDeviceList() local
865 allocatedDevice); in testSortDeviceList()
867 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()