Home
last modified time | relevance | path

Searched refs:setLastInvocationExitCode (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java599 setLastInvocationExitCode(ExitCode.DEVICE_UNRESPONSIVE, e); in run()
606 setLastInvocationExitCode(ExitCode.DEVICE_UNAVAILABLE, e); in run()
610 setLastInvocationExitCode(ExitCode.FATAL_HOST_ERROR, e); in run()
613 setLastInvocationExitCode(ExitCode.THROWABLE_EXCEPTION, e); in run()
2248 public void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode() method in CommandScheduler
DICommandScheduler.java311 public void setLastInvocationExitCode(ExitCode code, Throwable stack); in setLastInvocationExitCode() method
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java87 .setLastInvocationExitCode(ExitCode.NO_ERROR, null); in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java789 .setLastInvocationExitCode(code, stack); in setExitCode()