Home
last modified time | relevance | path

Searched refs:FREE_AVAILABLE (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java33 FREE_AVAILABLE, enumConstant
DDeviceAllocationEventHandler.java145 case FREE_AVAILABLE: in handleDeviceEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java106 d.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE); in testHandleDeviceEvent()
DDeviceManagerTest.java346 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)) in testFreeDevice_emulator()
469 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)) in testFreeDevice()
DTestDeviceTest.java1953 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java577 return DeviceEvent.FREE_AVAILABLE; in getEventFromFree()