Searched refs:mException (Results 1 – 5 of 5) 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()
44 private Exception mException; field in TouchDelegateTest63 mException = e; in setUp()69 if(mException != null) { in setUp()70 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()
285 private Throwable mException; field in NetworkSecurityPolicyTestBase.SettableFuture300 mException = exception; in setException()359 if (mException != null) { in getValue()360 throw new ExecutionException(mException); in getValue()
234 private RuntimeDeviceNotAvailableException mException = null; field in JarHostTest.TestRunnable250 mException = e; in run()256 return mException; in getException()