Home
last modified time | relevance | path

Searched refs:FORCE_AVAILABLE (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java53 case FORCE_AVAILABLE: in handleDeviceEvent()
87 case FORCE_AVAILABLE: in handleDeviceEvent()
175 case FORCE_AVAILABLE: in handleDeviceEvent()
DDeviceEvent.java27 FORCE_AVAILABLE, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java88 d.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE); in testAllocate()
DDeviceManagerTest.java318 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_stubEmulator()
337 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_emulator()
373 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_nullDevice()
407 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_fastboot()
885 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_tcpDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java451 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice()