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()
1610 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()
863 DeviceDescriptor allocatedDevice = createDeviceDesc("ccc", DeviceAllocationState.Allocated); in testSortDeviceList() local865 allocatedDevice); in testSortDeviceList()867 assertEquals(allocatedDevice, sortedList.get(0)); in testSortDeviceList()