Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java88 return DeviceAllocationState.Ignored; in handleDeviceEvent()
209 return DeviceAllocationState.Ignored; in handleDeviceEvent()
DDeviceAllocationState.java25 Ignored(new IgnoredHandler()), enumConstant
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecoveryTest.java140 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Ignored); in testRecover_fastboot_unallocated()
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DDeviceManagementGrpcServer.java280 case Ignored: in allocationStateToReservation()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java545 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Ignored, false)); in testInit_excludeDevice()
572 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Ignored, false)); in testInit_includeDevice()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java390 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Ignored));