Home
last modified time | relevance | path

Searched refs:DEVICE_UNAVAILABLE (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java257 DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in handleDeviceNotAvailable()
468 DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in handleDeviceBootloaderOrFastbootNotAvailable()
DNativeDevice.java4494 DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in checkApiLevelAgainst()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/error/
DDeviceErrorIdentifier.java39 DEVICE_UNAVAILABLE(30_750, FailureStatus.LOST_SYSTEM_UNDER_TEST), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUsbResetTest.java51 DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in run()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java160 DEVICE_UNAVAILABLE(4), enumConstant
DCommandScheduler.java618 setLastInvocationExitCode(ExitCode.DEVICE_UNAVAILABLE, e); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java175 assertEquals(ExitCode.DEVICE_UNAVAILABLE, mRunner.getErrorCode()); in testRun_deviceUnavailable()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java167 .setErrorIdentifier(DeviceErrorIdentifier.DEVICE_UNAVAILABLE) in runBinary()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java209 .setErrorIdentifier(DeviceErrorIdentifier.DEVICE_UNAVAILABLE) in testRunHostExecutable_dnae()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java879 setExitCode(ExitCode.DEVICE_UNAVAILABLE, e); in invoke()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java165 "unavailable", "serial", DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java352 "dnae", "serial", DeviceErrorIdentifier.DEVICE_UNAVAILABLE); in tearDown()