/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 | 210 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/ |
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/src/android/media/cts/ |
D | PresentationSyncTest.java | 246 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()
|
D | EncodeVirtualDisplayTest.java | 158 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()
|
D | EncodeDecodeTest.java | 188 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()
|
D | DecodeEditEncodeTest.java | 123 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()
|
D | ExtractDecodeEditEncodeMuxTest.java | 180 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/ |
D | TaskFragmentOrganizerTestBase.java | 132 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/ |
D | SafeCleanerRuleTest.java | 43 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/ |
D | MessageQueueTest.java | 935 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread 948 mThrowable = t; in run() 957 if (mThrowable != null) { in quitAndRethrow() 958 throw mThrowable; in quitAndRethrow()
|