Searched refs:mException (Results 1 – 4 of 4) sorted by relevance
28 private volatile Exception mException; field in GLReferenceActivity55 if (mException != null) { in waitForCompletion()56 throw mException; in waitForCompletion()61 if (mException == null) { in setException()62 mException = e; in setException()
45 private Exception mException; field in TouchDelegateTest64 mException = e; in setUp()70 if(mException != null) { in setUp()71 throw mException; in setUp()
34 private volatile Exception mException; field in GLPrimitiveActivity88 if (mException != null) { in waitForCompletion()89 throw mException; in waitForCompletion()100 if (mException == null) { in setException()101 mException = e; in setException()
221 private RuntimeDeviceNotAvailableException mException = null; field in JarHostTest.TestRunnable237 mException = e; in run()243 return mException; in getException()