Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/
DBaseTransaction.java28 return mException; in getTestAppException()
36 TestAppException mException; field in BaseTransaction
45 .append(mException) in toString()
61 && this.mException == that.mException; in equals()
69 return Objects.hash(mResult, mException); in hashCode()
DNoDataTransaction.java32 mException = exception; in NoDataTransaction()
43 dest.writeParcelable(mException, flags); in writeToParcel()
DBooleanTransaction.java39 mException = exception; in BooleanTransaction()
53 dest.writeParcelable(mException, flags); in writeToParcel()
DCallEndpointTransaction.java40 mException = exception; in CallEndpointTransaction()
54 dest.writeParcelable(mException, flags); in writeToParcel()
DPhoneAccountTransaction.java40 mException = exception; in PhoneAccountTransaction()
54 dest.writeParcelable(mException, flags); in writeToParcel()
DCallExceptionTransaction.java45 mException = exception; in CallExceptionTransaction()
59 dest.writeParcelable(mException, flags); in writeToParcel()
DAvailableEndpointsTransaction.java43 mException = exception; in AvailableEndpointsTransaction()
57 dest.writeParcelable(mException, flags); in writeToParcel()
/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/mediapc/src/android/mediapc/cts/
DProvisionRequester.java33 private Exception mException = null; field in ProvisionRequester
75 mException = e;
84 assertNull("Got an Exception in provisioning: " + mException, mException); in send()
DCodecInitializationLatencyTest.java128 private Exception mException = null; field in CodecInitializationLatencyTest
231 mException = e; in startLoad()
267 if (mException != null) throw mException; in stopLoad()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/
DSimpleAccountManagerFuture.java36 private final AtomicReference<Throwable> mException = new AtomicReference<>(); field in SimpleAccountManagerFuture
63 Throwable exception = mException.get(); in getResult()
92 Throwable exception = mException.get(); in getResult()
108 mException.set(throwable); 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/tests/tests/os/src/android/os/health/cts/
DPowerMonitorsTest.java54 private RuntimeException mException; field in PowerMonitorsTest
100 mException = error; in testGetPowerMonitorsAsync()
106 assertThat(mException).isNull(); in testGetPowerMonitorsAsync()
/cts/tests/tests/security/src/android/security/cts/BUG_283103220/
DBUG_283103220.java48 private Exception mException = null; field in BUG_283103220
72 mException = in testPocBUG_283103220()
99 .that(mException) in testPocBUG_283103220()
/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/hostsidetests/securitybulletin/test-apps/TestOverlayRequestManageCredentials/src/android/security/cts/overlay/RequestManageCredentials/
DDeviceTest.java55 private Exception mException = null; field in DeviceTest
140 mException = in overlayDisallowedByRequestManageCredentials()
170 assume().withMessage("Caught an exception in PocService!").that(mException).isNull(); in overlayDisallowedByRequestManageCredentials()
204 .that(mException) in overlayDisallowedByRequestManageCredentials()
/cts/tests/tests/content/HelloWorldApp/src_res_hardening_lib/com/example/helloworld/lib/
DTestUtils.java243 private volatile Exception mException; field in TestUtils.BroadcastDetector
259 mException = e; in BroadcastDetector()
276 if (mException != null) { in waitForBroadcast()
277 throw mException; in waitForBroadcast()
/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/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTest.java988 if (modernFileOpenerThreads[i].mException != null) { in testTranscodeMultipleFilesConcurrently_mediumDurationMediumVolume()
990 + modernFileOpenerThreads[i].mException.getMessage(), in testTranscodeMultipleFilesConcurrently_mediumDurationMediumVolume()
991 modernFileOpenerThreads[i].mException); in testTranscodeMultipleFilesConcurrently_mediumDurationMediumVolume()
1011 if (modernFileOpenerThreads[i].mException != null) { in testTranscodeMultipleFilesConcurrently_lowDurationHighVolume()
1013 + modernFileOpenerThreads[i].mException.getMessage(), in testTranscodeMultipleFilesConcurrently_lowDurationHighVolume()
1014 modernFileOpenerThreads[i].mException); in testTranscodeMultipleFilesConcurrently_lowDurationHighVolume()
1034 if (modernFileOpenerThreads[i].mException != null) { in testTranscodeMultipleFilesConcurrently_longDurationLowVolume()
1036 + modernFileOpenerThreads[i].mException.getMessage(), in testTranscodeMultipleFilesConcurrently_longDurationLowVolume()
1037 modernFileOpenerThreads[i].mException); in testTranscodeMultipleFilesConcurrently_longDurationLowVolume()
1044 Throwable mException; field in TranscodeTest.ModernFileOpenerThread
[all …]
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java286 private Throwable mException; field in NetworkSecurityPolicyTestBase.SettableFuture
301 mException = exception; in setException()
360 if (mException != null) { in getValue()
361 throw new ExecutionException(mException); in getValue()