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.java172 private ExitCode mLastInvocationExitCode = ExitCode.NO_ERROR; field in CommandScheduler
2363 return mLastInvocationExitCode; in getLastInvocationExitCode()
2373 mLastInvocationExitCode = code; in setLastInvocationExitCode()