Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/error/
DDeviceErrorIdentifier.java40 DEVICE_UNRESPONSIVE(30_751, FailureStatus.LOST_SYSTEM_UNDER_TEST); enumConstant
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java159 DEVICE_UNRESPONSIVE(3), enumConstant
DCommandScheduler.java614 setLastInvocationExitCode(ExitCode.DEVICE_UNRESPONSIVE, e); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java153 assertEquals(ExitCode.DEVICE_UNRESPONSIVE, mRunner.getErrorCode()); in testRun_deviceUnresponsive()
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java237 DeviceErrorIdentifier.DEVICE_UNRESPONSIVE); in handleDeviceUnresponsive()
DNativeDevice.java2108 DeviceErrorIdentifier.DEVICE_UNRESPONSIVE); in performDeviceAction()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java667 DeviceErrorIdentifier.DEVICE_UNRESPONSIVE))); in testRun_unresponsiveDevice()
DModuleDefinitionTest.java169 "unresponsive", "serial", DeviceErrorIdentifier.DEVICE_UNRESPONSIVE); in run()