Home
last modified time | relevance | path

Searched refs:mException (Results 1 – 7 of 7) 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/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/common/device-side/util/tests/src/com/android/compatibility/common/util/
DRetryRuleTest.java45 private final T mException; field in RetryRuleTest.RetryableStatement
49 mException = exception; in RetryableStatement()
56 throw mException; in evaluate()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DDirectShellCommand.java60 private final Exception mException; field in DirectShellCommand.Result
66 mException = exception; in Result()
94 return mException; in getException()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DRetryRuleTest.java49 private final T mException; field in RetryRuleTest.RetryableStatement
58 mException = exception; in RetryableStatement()
67 throw mException; in evaluate()
/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()