Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java167 private Throwable mLastInvocationThrowable = null; field in CommandScheduler
2244 return mLastInvocationThrowable; in getLastInvocationThrowable()
2250 mLastInvocationThrowable = throwable; in setLastInvocationExitCode()