Searched refs:mException (Results 1 – 6 of 6) 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()
53 if (mExpectation.mException != null) { in assertAutofilled()54 throw mExpectation.mException; in assertAutofilled()72 mExpectation.mException = in autofill()90 mExpectation.mException = e; in autofill()104 private Exception mException; field in MyWebView.FillExpectation
41 private final T mException; field in RetryRuleTest.RetryableStatement45 mException = exception; in RetryableStatement()52 throw mException; in evaluate()
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()
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()