Searched refs:mThrowable (Results 1 – 8 of 8) 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()207 if (wrappedTest.mThrowable != null) { in testThreadCleanup()208 throw wrappedTest.mThrowable; in testThreadCleanup()
243 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper257 mThrowable = th; in run()268 if (wrapper.mThrowable != null) { in runTest()269 throw wrapper.mThrowable; in runTest()
137 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper149 mThrowable = th; in run()159 if (wrapper.mThrowable != null) { in runTest()160 throw wrapper.mThrowable; in runTest()
177 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper189 mThrowable = th; in run()201 if (wrapper.mThrowable != null) { in runTest()202 throw wrapper.mThrowable; in runTest()277 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper307 mThrowable = th; in run()325 if (wrapper.mThrowable != null) { in runTest()326 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()
178 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper190 mThrowable = th; in run()203 if (wrapper.mThrowable != null) { in runTest()204 throw wrapper.mThrowable; in runTest()
935 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread948 mThrowable = t; in run()957 if (mThrowable != null) { in quitAndRethrow()958 throw mThrowable; in quitAndRethrow()