Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java309 public ExitCode getLastInvocationExitCode(); in getLastInvocationExitCode() method
DCommandRunner.java131 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()
DCommandScheduler.java2362 public ExitCode getLastInvocationExitCode() { in getLastInvocationExitCode() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java143 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()