Home
last modified time | relevance | path

Searched refs:mException (Results 1 – 6 of 6) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java27 private volatile Exception mException; field in GLReferenceActivity
54 if (mException != null) { in waitForCompletion()
55 throw mException; in waitForCompletion()
60 if (mException == null) { in setException()
61 mException = e; in setException()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyWebView.java53 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
DRetryRuleTest.java41 private final T mException; field in RetryRuleTest.RetryableStatement
45 mException = exception; in RetryableStatement()
52 throw mException; in evaluate()
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveActivity.java34 private volatile Exception mException; field in GLPrimitiveActivity
88 if (mException != null) { in waitForCompletion()
89 throw mException; in waitForCompletion()
100 if (mException == null) { in setException()
101 mException = e; in setException()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java35 private final String mException; field in TestResult
56 return mException; in getException()
94 mException = exception; in TestResult()
110 dest.writeString(mException); in writeToParcel()
129 mException = source.readString(); in TestResult()
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java285 private Throwable mException; field in NetworkSecurityPolicyTestBase.SettableFuture
300 mException = exception; in setException()
359 if (mException != null) { in getValue()
360 throw new ExecutionException(mException); in getValue()