Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java28 AVAILABLE_CHECK_PASSED, enumConstant
DDeviceAllocationEventHandler.java81 case AVAILABLE_CHECK_PASSED: in handleDeviceEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java450 DeviceEvent.AVAILABLE_CHECK_PASSED); in checkAndAddAvailableDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java943 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.AVAILABLE_CHECK_PASSED)) in setCheckAvailableDeviceExpectations()
DTestDeviceTest.java2485 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.AVAILABLE_CHECK_PASSED)); in testHandleAllocationEvent()