Searched refs:mException (Results 1 – 7 of 7) 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()
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()
35 private final String mException; field in TestResult56 return mException; in getException()94 mException = exception; in TestResult()110 dest.writeString(mException); in writeToParcel()129 mException = source.readString(); in TestResult()
45 private final T mException; field in RetryRuleTest.RetryableStatement49 mException = exception; in RetryableStatement()56 throw mException; in evaluate()
60 private final Exception mException; field in DirectShellCommand.Result66 mException = exception; in Result()94 return mException; in getException()
49 private final T mException; field in RetryRuleTest.RetryableStatement58 mException = exception; in RetryableStatement()67 throw mException; in evaluate()
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()