Home
last modified time | relevance | path

Searched refs:mThrowable (Results 1 – 9 of 9) 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()
212 if (wrappedTest.mThrowable != null) { in testThreadCleanup()
213 throw wrappedTest.mThrowable; in testThreadCleanup()
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java245 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper
259 mThrowable = th; in run()
270 if (wrapper.mThrowable != null) { in runTest()
271 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.java180 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper
192 mThrowable = th; in run()
205 if (wrapper.mThrowable != null) { in runTest()
206 throw wrapper.mThrowable; in runTest()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSafeCleanerRuleTest.java44 private final Throwable mThrowable; field in SafeCleanerRuleTest.FailureStatement
47 mThrowable = t; in FailureStatement()
52 throw mThrowable; in evaluate()
/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()