/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | TestThread.java | 24 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/ |
D | DeviceStateManagerTestBase.java | 202 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/ |
D | WrapperTest.java | 165 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/ |
D | PresentationSyncTest.java | 252 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/ |
D | SafeCleanerRuleTest.java | 43 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/ |
D | TaskFragmentOrganizerTestBase.java | 256 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/ |
D | EncodeDecodeTest.java | 214 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()
|
D | EncodeVirtualDisplayTest.java | 225 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()
|
D | ExtractDecodeEditEncodeMuxTest.java | 230 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()
|
D | DecodeEditEncodeTest.java | 303 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/ |
D | MessageQueueTest.java | 1041 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread 1054 mThrowable = t; in run() 1063 if (mThrowable != null) { in quitAndRethrow() 1064 throw mThrowable; in quitAndRethrow()
|