Home
last modified time | relevance | path

Searched defs:setLastInvocationExitCode (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java311 public void setLastInvocationExitCode(ExitCode code, Throwable stack); in setLastInvocationExitCode() method
DCommandScheduler.java2248 public void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode() method in CommandScheduler