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.java190 private Throwable mLastInvocationThrowable = null; field in CommandScheduler
2606 return mLastInvocationThrowable; in getLastInvocationThrowable()
2611 mLastInvocationThrowable = throwable; in setLastInvocationExitCode()