Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DLocalEmulatorSnapshot.java42 ITestDevice allocatedDevice = testInformation.getDevice(); in setUp() local
47 manager.launchEmulator(allocatedDevice, mBootTimeout.toMillis(), runUtil, args); in setUp()
DLocalEmulatorLaunch.java44 ITestDevice allocatedDevice = testInformation.getDevice(); in setUp() local
50 manager.launchEmulator(allocatedDevice, mBootTimeout.toMillis(), runUtil, args); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java795 DeviceDescriptor allocatedDevice = createDeviceDesc("ccc", DeviceAllocationState.Allocated); in testSortDeviceList() local
797 ArrayUtil.list(availDevice1, availDevice2, allocatedDevice); in testSortDeviceList()
799 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1988 for (ITestDevice allocatedDevice : devices.values()) { in allocateDevices()
1990 if (allocatedDevice.getIDevice() instanceof StubDevice) { in allocateDevices()
1993 allocatedDevice.getDeviceState())) { in allocateDevices()
1997 manager.freeDevice(allocatedDevice, deviceState); in allocateDevices()