Home
last modified time | relevance | path

Searched refs:AVAILABLE_CHECK_IGNORED (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java628 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.AVAILABLE_CHECK_IGNORED)) in testInit_excludeDevice()
656 EasyMock.expect(mMockTestDevice.handleAllocationEvent(DeviceEvent.AVAILABLE_CHECK_IGNORED)) in testInit_includeDevice()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceEvent.java30 AVAILABLE_CHECK_IGNORED, enumConstant
DDeviceAllocationEventHandler.java85 case AVAILABLE_CHECK_IGNORED: in handleDeviceEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java438 mManagedDeviceList.handleDeviceEvent(testDevice, DeviceEvent.AVAILABLE_CHECK_IGNORED); in checkAndAddAvailableDevice()