Home
last modified time | relevance | path

Searched refs:UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java443 manager.freeDevice(emulator, FreeDeviceState.UNAVAILABLE); in testFreeDevice_emulator()
973 manager.freeDevice(tcpDevice, FreeDeviceState.UNAVAILABLE); in testFreeDevice_tcpDevice()
1036 manager.freeDevice(device, FreeDeviceState.UNAVAILABLE); in testFreeDevice_unavailable()
1097 manager.freeDevice(device, FreeDeviceState.UNAVAILABLE); in testFreeDevice_recovery()
1162 manager.freeDevice(device, FreeDeviceState.UNAVAILABLE); in testFreeDevice_unknown()
1227 manager.freeDevice(device, FreeDeviceState.UNAVAILABLE); in testFreeDevice_unknown_subName()
DMockDeviceManager.java202 if (!state.equals(FreeDeviceState.UNAVAILABLE)) { in freeDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java295 state.put(device, FreeDeviceState.UNAVAILABLE); in testConsecutiveExecCommand()
462 mockHandler.failure((String)EasyMock.anyObject(), EasyMock.eq(FreeDeviceState.UNAVAILABLE), in testGetLastCommandResult_notAvail()
488 state.put(device, FreeDeviceState.UNAVAILABLE); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java820 deviceStates.put(device, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
823 deviceStates.put(device, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
840 deviceStates.put(badDevice, FreeDeviceState.UNAVAILABLE); in createReleaseMap()
1617 deviceState = FreeDeviceState.UNAVAILABLE; in allocateDevices()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java691 deviceState = FreeDeviceState.UNAVAILABLE; in freeDevice()
721 case UNAVAILABLE: in getEventFromFree()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DFreeDeviceState.java27 UNAVAILABLE, enumConstant
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/companion/
DCompanionDeviceTracker.java89 deviceState = FreeDeviceState.UNAVAILABLE; in freeCompanionDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java114 getDeviceManager().freeDevice(device, FreeDeviceState.UNAVAILABLE); in recoverDevices()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1139 if (FreeDeviceState.UNAVAILABLE.equals(fds.getValue())) { in handleAndLogReleaseState()