Home
last modified time | relevance | path

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

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java27 private volatile Exception mException; field in GLReferenceActivity
54 if (mException != null) { in waitForCompletion()
55 throw mException; in waitForCompletion()
60 if (mException == null) { in setException()
61 mException = e; in setException()
/cts/tests/tests/view/src/android/view/cts/
DTouchDelegateTest.java44 private Exception mException; field in TouchDelegateTest
63 mException = e; in setUp()
69 if(mException != null) { in setUp()
70 throw mException; in setUp()
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveActivity.java33 private volatile Exception mException; field in GLPrimitiveActivity
87 if (mException != null) { in waitForCompletion()
88 throw mException; in waitForCompletion()
99 if (mException == null) { in setException()
100 mException = e; in setException()
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java285 private Throwable mException; field in NetworkSecurityPolicyTestBase.SettableFuture
300 mException = exception; in setException()
359 if (mException != null) { in getValue()
360 throw new ExecutionException(mException); in getValue()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java234 private RuntimeDeviceNotAvailableException mException = null; field in JarHostTest.TestRunnable
250 mException = e; in run()
256 return mException; in getException()