Searched refs:mException (Results 1 – 5 of 5) sorted by relevance
27 private volatile Exception mException; field in GLReferenceActivity54 if (mException != null) { in waitForCompletion()55 throw mException; in waitForCompletion()60 if (mException == null) { in setException()61 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()
33 private volatile Exception mException; field in GLPrimitiveActivity87 if (mException != null) { in waitForCompletion()88 throw mException; in waitForCompletion()99 if (mException == null) { in setException()100 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()