Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java429 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)) in testFreeDevice_emulator()
544 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)) in testFreeDevice()
DManagedDeviceListTest.java113 d.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE); in testHandleDeviceEvent()
DTestDeviceTest.java2491 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.FREE_AVAILABLE)); in testHandleAllocationEvent()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java34 FREE_AVAILABLE, enumConstant
DDeviceAllocationEventHandler.java146 case FREE_AVAILABLE: in handleDeviceEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java720 return DeviceEvent.FREE_AVAILABLE; in getEventFromFree()