Searched refs:FORCE_ALLOCATE_REQUEST (Results 1 – 6 of 6) sorted by relevance
43 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()
32 FORCE_ALLOCATE_REQUEST, enumConstant
102 d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in testHandleDeviceEvent()
421 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()
1959 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST)); in testHandleAllocationEvent()
508 DeviceEventResponse r = d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in forceAllocateDevice()