Home
last modified time | relevance | path

Searched refs:getLastInvocationExitCode (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java102 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()
DICommandScheduler.java298 public ExitCode getLastInvocationExitCode(); in getLastInvocationExitCode() method
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java126 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()