Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java188 private ExitCode mLastInvocationExitCode = ExitCode.NO_ERROR; field in CommandScheduler
2601 return mLastInvocationExitCode; in getLastInvocationExitCode()
2610 mLastInvocationExitCode = code; in setLastInvocationExitCode()