Searched refs:allocatedDevice (Results 1 – 3 of 3) sorted by relevance
361 ITestDevice allocatedDevice = mDeviceManager.forceAllocateDevice(c.getDeviceSerial()); in processAllocate() local362 if (allocatedDevice != null) { in processAllocate()364 getDeviceTracker().allocateDevice(allocatedDevice); in processAllocate()
1465 for (ITestDevice allocatedDevice : devices.values()) { in allocateDevices()1467 if (allocatedDevice.getIDevice() instanceof StubDevice) { in allocateDevices()1470 allocatedDevice.getDeviceState())) { in allocateDevices()1474 manager.freeDevice(allocatedDevice, deviceState); in allocateDevices()
861 DeviceDescriptor allocatedDevice = createDeviceDesc("ccc", DeviceAllocationState.Allocated); in testSortDeviceList() local863 allocatedDevice); in testSortDeviceList()865 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()