Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DInvocationStatus.java24 Throwable mThrowable = null; field in InvocationStatus
28 mThrowable = t; in setThrowable()
32 return mThrowable; in getThrowable()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java49 private Throwable mThrowable = null; field in ConsoleTest.ProxyExceptionHandler
53 mThrowable = e; in uncaughtException()
57 if (mThrowable != null) { in verify()
58 throw mThrowable; in verify()
DCommandSchedulerTest.java431 assertNull("exception occurred on background thread!", tracker.mThrowable); in testRun_oneConfigLoop()
439 private Throwable mThrowable = null; field in CommandSchedulerTest.ExceptionTracker
447 mThrowable = e; in uncaughtException()