Searched refs:mThrowable (Results 1 – 9 of 9) sorted by relevance
24 private Throwable mThrowable; field in TestThread36 mThrowable = t; in run()57 return mThrowable; in getThrowable()65 mThrowable = t; in setThrowable()89 if (mThrowable != null) { in checkException()90 throw mThrowable; in checkException()
165 public Throwable mThrowable; in testThreadCleanup() field in WrapperTest.WrappedTest179 mThrowable = th; in testThreadCleanup()212 if (wrappedTest.mThrowable != null) { in testThreadCleanup()213 throw wrappedTest.mThrowable; in testThreadCleanup()
245 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper259 mThrowable = th; in run()270 if (wrapper.mThrowable != null) { in runTest()271 throw wrapper.mThrowable; in runTest()
141 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper153 mThrowable = th; in run()163 if (wrapper.mThrowable != null) { in runTest()164 throw wrapper.mThrowable; in runTest()
181 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper193 mThrowable = th; in run()205 if (wrapper.mThrowable != null) { in runTest()206 throw wrapper.mThrowable; in runTest()297 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper332 mThrowable = th; in run()350 if (wrapper.mThrowable != null) { in runTest()351 throw wrapper.mThrowable; in runTest()
110 private Throwable mThrowable; field in DecodeEditEncodeTest.VideoEditWrapper122 mThrowable = th; in run()132 if (wrapper.mThrowable != null) { in runTest()133 throw wrapper.mThrowable; in runTest()
180 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper192 mThrowable = th; in run()205 if (wrapper.mThrowable != null) { in runTest()206 throw wrapper.mThrowable; in runTest()
44 private final Throwable mThrowable; field in SafeCleanerRuleTest.FailureStatement47 mThrowable = t; in FailureStatement()52 throw mThrowable; in evaluate()
935 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread948 mThrowable = t; in run()957 if (mThrowable != null) { in quitAndRethrow()958 throw mThrowable; in quitAndRethrow()