Searched refs:Unavailable (Results 1 – 8 of 8) 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() 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()
|
D | DeviceAllocationState.java | 29 Unavailable(new UnavailableHandler()), enumConstant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 264 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/ |
D | DeviceDiagTest.java | 65 if (deviceDesc.getState() == DeviceAllocationState.Unavailable) { in getUnavailableDevices()
|
D | ManagedDeviceList.java | 234 if (d == null || DeviceAllocationState.Unavailable.equals(d.getAllocationState())) {
|
D | DeviceManager.java | 461 if (r.stateChanged && r.allocationState == DeviceAllocationState.Unavailable) { in checkAndAddAvailableDevice()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/ |
D | UsbResetMultiDeviceRecoveryTest.java | 111 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Unavailable); in testRecover_unavailable()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 697 .andReturn(new DeviceEventResponse(DeviceAllocationState.Unavailable, true)); in testSetState_offline()
|