Searched refs:FREE_UNKNOWN (Results 1 – 5 of 5) sorted by relevance
352 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)) in testAllocateDevice_match_temporary()754 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testConnectToTcpDevice_notOnline()771 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)) in testConnectToTcpDevice_connectFailed()796 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testDisconnectFromTcpDevice()847 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testReconnectDeviceToTcp_notOnline()961 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)) in testFreeDevice_tcpDevice()
2500 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)); in testHandleAllocationEvent()
670 managedDevice, DeviceEvent.FREE_UNKNOWN); in freeDevice()731 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()736 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()
37 FREE_UNKNOWN; enumConstant
150 case FREE_UNKNOWN: in handleDeviceEvent()