Home
last modified time | relevance | path

Searched refs:FORCE_ALLOCATE_REQUEST (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java43 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
79 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
116 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
172 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
DDeviceEvent.java33 FORCE_ALLOCATE_REQUEST, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java515 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testForceAllocateDevice_available()
529 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testForceAllocateDevice_alreadyAllocated()
735 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testConnectToTcpDevice_alreadyAllocated()
769 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testConnectToTcpDevice_connectFailed()
888 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in setConnectToTcpDeviceExpectations()
DManagedDeviceListTest.java109 d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in testHandleDeviceEvent()
DTestDeviceTest.java2497 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java635 DeviceEventResponse r = d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in forceAllocateDevice()
858 DeviceEventResponse r = tcpDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in connectToTcpDevice()