Searched refs:mThrowable (Results 1 – 3 of 3) sorted by relevance
24 Throwable mThrowable = null; field in InvocationStatus28 mThrowable = t; in setThrowable()32 return mThrowable; in getThrowable()
49 private Throwable mThrowable = null; field in ConsoleTest.ProxyExceptionHandler53 mThrowable = e; in uncaughtException()57 if (mThrowable != null) { in verify()58 throw mThrowable; in verify()
431 assertNull("exception occurred on background thread!", tracker.mThrowable); in testRun_oneConfigLoop()439 private Throwable mThrowable = null; field in CommandSchedulerTest.ExceptionTracker447 mThrowable = e; in uncaughtException()