Home
last modified time | relevance | path

Searched refs:Unavailable (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java48 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
52 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
84 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
90 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
92 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
119 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
145 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
179 return DeviceAllocationState.Unavailable; in handleDeviceEvent()
DDeviceAllocationState.java29 Unavailable(new UnavailableHandler()), enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java264 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable));
288 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable));
315 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Unavailable));
333 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Unavailable));
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceDiagTest.java65 if (deviceDesc.getState() == DeviceAllocationState.Unavailable) { in getUnavailableDevices()
DManagedDeviceList.java234 if (d == null || DeviceAllocationState.Unavailable.equals(d.getAllocationState())) {
DDeviceManager.java461 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecoveryTest.java111 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Unavailable); in testRecover_unavailable()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java697 .andReturn(new DeviceEventResponse(DeviceAllocationState.Unavailable, true)); in testSetState_offline()