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.java210 private Throwable mThrowable; field in DeviceStateManagerTestBase.UncaughtExceptionHandler
214 mThrowable = e; in uncaughtException()
219 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/src/android/media/cts/
DPresentationSyncTest.java246 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper
260 mThrowable = th; in run()
271 if (wrapper.mThrowable != null) { in runTest()
272 throw wrapper.mThrowable; in runTest()
DEncodeVirtualDisplayTest.java158 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper
170 mThrowable = th; in run()
180 if (wrapper.mThrowable != null) { in runTest()
181 throw wrapper.mThrowable; in runTest()
DEncodeDecodeTest.java188 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper
200 mThrowable = th; in run()
212 if (wrapper.mThrowable != null) { in runTest()
213 throw wrapper.mThrowable; in runTest()
304 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper
339 mThrowable = th; in run()
357 if (wrapper.mThrowable != null) { in runTest()
358 throw wrapper.mThrowable; in runTest()
DDecodeEditEncodeTest.java123 private Throwable mThrowable; field in DecodeEditEncodeTest.VideoEditWrapper
135 mThrowable = th; in run()
145 if (wrapper.mThrowable != null) { in runTest()
146 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/framework/base/windowmanager/src/android/server/wm/
DTaskFragmentOrganizerTestBase.java132 private Throwable mThrowable; field in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer
153 return mThrowable; in getThrowable()
296 mThrowable = exception; in onTaskFragmentError()
/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/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()