Searched refs:allocatedDevice (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | LocalEmulatorSnapshot.java | 42 ITestDevice allocatedDevice = testInformation.getDevice(); in setUp() local 47 manager.launchEmulator(allocatedDevice, mBootTimeout.toMillis(), runUtil, args); in setUp()
|
D | LocalEmulatorLaunch.java | 44 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/ |
D | DeviceManagerTest.java | 795 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/ |
D | CommandScheduler.java | 1988 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()
|