Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java111 private Throwable mTestException; field in EncodeVirtualDisplayWithCompositionTest
208 mTestException = null; in runTestRenderingInSeparateThread()
215 mTestException = t; in runTestRenderingInSeparateThread()
222 if (mTestException != null) { in runTestRenderingInSeparateThread()
223 throw mTestException; in runTestRenderingInSeparateThread()