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()
115 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
171 case FORCE_ALLOCATE_REQUEST: in handleDeviceEvent()
DDeviceEvent.java32 FORCE_ALLOCATE_REQUEST, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java102 d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in testHandleDeviceEvent()
DDeviceManagerTest.java421 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testForceAllocateDevice()
436 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testForceAllocateDevice_available()
453 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testForceAllocateDevice_alreadyAllocated()
663 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testConnectToTcpDevice_alreadyAllocated()
699 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in testConnectToTcpDevice_connectFailed()
820 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)) in setConnectToTcpDeviceExpectations()
DTestDeviceTest.java1959 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java508 DeviceEventResponse r = d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in forceAllocateDevice()