Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DTestThread.java24 private Throwable mThrowable; field in TestThread
36 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()
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java165 public Throwable mThrowable; in testThreadCleanup() field in WrapperTest.WrappedTest
179 mThrowable = th; in testThreadCleanup()
209 if (wrappedTest.mThrowable != null) { in testThreadCleanup()
210 throw wrappedTest.mThrowable; in testThreadCleanup()
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java243 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper
257 mThrowable = th; in run()
268 if (wrapper.mThrowable != null) { in runTest()
269 throw wrapper.mThrowable; in runTest()
DEncodeVirtualDisplayTest.java141 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper
153 mThrowable = th; in run()
163 if (wrapper.mThrowable != null) { in runTest()
164 throw wrapper.mThrowable; in runTest()
DEncodeDecodeTest.java181 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper
193 mThrowable = th; in run()
205 if (wrapper.mThrowable != null) { in runTest()
206 throw wrapper.mThrowable; in runTest()
297 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper
332 mThrowable = th; in run()
350 if (wrapper.mThrowable != null) { in runTest()
351 throw wrapper.mThrowable; in runTest()
DDecodeEditEncodeTest.java110 private Throwable mThrowable; field in DecodeEditEncodeTest.VideoEditWrapper
122 mThrowable = th; in run()
132 if (wrapper.mThrowable != null) { in runTest()
133 throw wrapper.mThrowable; in runTest()
DExtractDecodeEditEncodeMuxTest.java178 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper
190 mThrowable = th; in run()
203 if (wrapper.mThrowable != null) { in runTest()
204 throw wrapper.mThrowable; in runTest()
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java935 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread
948 mThrowable = t; in run()
957 if (mThrowable != null) { in quitAndRethrow()
958 throw mThrowable; in quitAndRethrow()