Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java36 FREE_UNKNOWN; enumConstant
DDeviceAllocationEventHandler.java149 case FREE_UNKNOWN: in handleDeviceEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java683 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testConnectToTcpDevice_notOnline()
701 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)) in testConnectToTcpDevice_connectFailed()
727 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testDisconnectFromTcpDevice()
778 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)).andReturn( in testReconnectDeviceToTcp_notOnline()
895 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)) in testFreeDevice_tcpDevice()
DTestDeviceTest.java1962 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FREE_UNKNOWN)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java588 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()
593 return DeviceEvent.FREE_UNKNOWN; in getEventFromFree()