Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java341 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_match_temporary()
380 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_stubEmulator()
420 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_emulator()
457 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_nullDevice()
492 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testAllocateDevice_fastboot()
951 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE)) in testFreeDevice_tcpDevice()
DManagedDeviceListTest.java94 d.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE); in testAllocate()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java53 case FORCE_AVAILABLE: in handleDeviceEvent()
87 case FORCE_AVAILABLE: in handleDeviceEvent()
176 case FORCE_AVAILABLE: in handleDeviceEvent()
DDeviceEvent.java27 FORCE_AVAILABLE, enumConstant
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java554 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.FORCE_AVAILABLE); in addAvailableDevice()