Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java352 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()
DTestDeviceTest.java2500 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java670 managedDevice, DeviceEvent.FREE_UNKNOWN); in freeDevice()
731 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()
736 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java37 FREE_UNKNOWN; enumConstant
DDeviceAllocationEventHandler.java150 case FREE_UNKNOWN: in handleDeviceEvent()