Searched refs:Unavailable (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 48 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 52 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 86 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 92 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 94 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 121 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 147 return DeviceAllocationState.Unavailable; in handleDeviceEvent() 181 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
|
D | DeviceAllocationState.java | 29 Unavailable(new UnavailableHandler()), enumConstant
|
/tools/tradefederation/core/src/com/android/tradefed/service/management/ |
D | DeviceManagementGrpcServer.java | 187 } else if (DeviceAllocationState.Unavailable.equals(descriptor.getState())) { in reserveDevice() 279 case Unavailable: in allocationStateToReservation()
|
/tools/tradefederation/core/javatests/com/android/tradefed/service/management/ |
D | DeviceManagementGrpcServerTest.java | 87 descriptors.add(createDescriptor("serial3", DeviceAllocationState.Unavailable)); in testGetDevicesStatus() 227 .thenReturn(createDescriptor("serial1", DeviceAllocationState.Unavailable)); in testReserve_unavailable()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/ |
D | UsbResetMultiDeviceRecoveryTest.java | 111 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Unavailable); in testRecover_unavailable()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ManagedDeviceList.java | 306 if (d == null || DeviceAllocationState.Unavailable.equals(d.getAllocationState())) {
|
D | DeviceManager.java | 476 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
|
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 326 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable)); 348 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable)); 373 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable)); 389 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Unavailable));
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 610 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unavailable, true)); in testSetState_offline()
|