Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/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/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTestBase.java202 private Throwable mThrowable; field in DeviceStateManagerTestBase.UncaughtExceptionHandler
206 mThrowable = e; in uncaughtException()
211 return mThrowable; in getThrowable()
/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/misc/src/android/media/misc/cts/
DPresentationSyncTest.java252 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper
266 mThrowable = th; in run()
277 if (wrapper.mThrowable != null) { in runTest()
278 throw wrapper.mThrowable; in runTest()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DSafeCleanerRuleTest.java43 private final Throwable mThrowable; field in SafeCleanerRuleTest.FailureStatement
46 mThrowable = t; in FailureStatement()
51 throw mThrowable; in evaluate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerTestBase.java256 private Throwable mThrowable; field in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer
284 return mThrowable; in getThrowable()
413 mThrowable = null; in unregisterOrganizer()
510 mThrowable = exception; in onTaskFragmentError()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java214 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper
226 mThrowable = th; in run()
238 if (wrapper.mThrowable != null) { in runTest()
239 throw wrapper.mThrowable; in runTest()
246 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper
277 mThrowable = th; in run()
309 if (wrapper.mThrowable != null) { in runTest()
310 throw wrapper.mThrowable; in runTest()
DEncodeVirtualDisplayTest.java225 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper
237 mThrowable = th; in run()
247 if (wrapper.mThrowable != null) { in runTest()
248 throw wrapper.mThrowable; in runTest()
DExtractDecodeEditEncodeMuxTest.java230 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper
242 mThrowable = th; in run()
255 if (wrapper.mThrowable != null) { in runTest()
256 throw wrapper.mThrowable; in runTest()
DDecodeEditEncodeTest.java303 private Throwable mThrowable; field in DecodeEditEncodeTest.VideoEditWrapper
315 mThrowable = th; in run()
325 if (wrapper.mThrowable != null) { in runTest()
326 throw wrapper.mThrowable; in runTest()
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java1041 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread
1054 mThrowable = t; in run()
1063 if (mThrowable != null) { in quitAndRethrow()
1064 throw mThrowable; in quitAndRethrow()