/aosp12/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | EventsTest.java | 91 mFuture.setException(new RuntimeException(e)); in run() 121 mFuture.setException(new RuntimeException(e)); in run() 144 mFuture.setException(new RuntimeException(e)); in run() 167 mFuture.setException(new RuntimeException(e)); in run() 287 mFuture.setException(new RuntimeException(e)); in testStartCancel() 308 mFuture.setException(new RuntimeException(e)); in testStartEnd() 329 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel() 350 mFuture.setException(new RuntimeException(e)); in testStartDelayedEnd() 371 mFuture.setException(new RuntimeException(e)); in testPlayingCancel() 392 mFuture.setException(new RuntimeException(e)); in testPlayingEnd() [all …]
|
H A D | ViewPropertyAnimatorTest.java | 89 mFuture.setException(new RuntimeException(e)); in run() 212 mFuture.setException(new RuntimeException(e)); in testStartCancel() 233 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel() 254 mFuture.setException(new RuntimeException(e)); in testPlayingCancel() 276 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancel() 300 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancelMidDelay() 322 mFuture.setException(new RuntimeException(e)); in testStartDoubleCancel() 344 mFuture.setException(new RuntimeException(e)); in testStartDelayedDoubleCancel()
|
H A D | AutoCancelTest.java | 137 future.setException(e); in testAutoCancel() 151 future.setException(e); in testAutoCancelDelayed() 165 future.setException(e); in testAutoCancelTestLater() 179 future.setException(e); in testAutoCancelDelayedTestLater()
|
H A D | FutureWaiter.java | 45 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter 46 return super.setException(throwable); in setException()
|
H A D | AnimatorSetEventsTest.java | 72 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureClient.java | 208 completer.setException(e); in request() 226 completer.setException(new DeadObjectException("No active connection!")); 289 mStartCompleter.setException(new DeadObjectException("The remote process died")); 292 mTileRequestCompleter.setException( 296 mEndCompleter.setException(new DeadObjectException("The remote process died")); 317 completer.setException(e); 333 completer.setException(new DeadObjectException("Connection is closed!")); 347 completer.setException(e); 405 completer.setException(e);
|
H A D | ImageLoader.java | 77 completer.setException(e); in load() 98 completer.setException(e); in load()
|
H A D | ScrollCaptureController.java | 186 mCaptureCompleter.setException(e); in onStartComplete() 204 mCaptureCompleter.setException(e); in requestNextTile()
|
H A D | ImageExporter.java | 129 completer.setException(e); in exportToRawFile() 169 completer.setException(e);
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | AsyncRunner.java | 113 setException(result.exception); in onPostExecute() 120 setException(exception); in onPostExecute() 186 setException(null); in run() 235 synchronized private void setException(Exception exception) { in setException() method in AsyncRunner
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
H A D | DialerFutures.java | 72 output.setException(e); in firstMatchingImpl() 111 protected boolean setException(Throwable throwable) { in setException() method in DialerFutures.AggregateFuture 112 return super.setException(throwable); in setException()
|
H A D | UiThreadExecutor.java | 70 resultFuture.setException(e); in submit()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/ |
H A D | GbaAuthenticationProvider.java | 76 credentialsFuture.setException(e); in provideCredentials() 93 credentialsFuture.setException( in provideCredentials()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Status.cpp | 214 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status 221 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AccountManager.java | 2363 setException(e); 2472 setException(convertErrorToException(code, message)); 2506 setException(e); 2537 setException(convertErrorToException(code, message)); 2691 setException(e); 2694 setException(e); 2697 setException(e); 2744 setException(new AuthenticatorException("account not in result")); 2758 setException(e); 2760 setException(e);
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 354 exceptionHolder.setException(e); in inflateAndWait() 362 exceptionHolder.setException(new RuntimeException( in inflateAndWait() 384 public void setException(Exception exception) { in setException() method in NotificationContentInflaterTest.ExceptionHolder
|
/aosp12/packages/apps/Camera2/src/com/android/camera/device/ |
H A D | SingleDeviceRequest.java | 75 mFuture.setException(throwable); in closeWithException()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
H A D | MetadataFuture.java | 51 mMetadata.setException(new IllegalStateException("CaptureFailure.REASON_ERROR!")); in onFailed()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
H A D | LogFields.java | 108 public Builder setException(Exception exception) { in setException() method in LogFields.Builder
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
H A D | CaptureSessionCreator.java | 92 sessionFuture.setException(e); in createCaptureSession()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Status.h | 121 void setException(int32_t ex, const String8& message);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 121 void setException(int32_t ex, const String8& message);
|
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | StatusFuzzFunctions.h | 54 status->setException(fdp->ConsumeIntegral<int32_t>(), message);
|
/aosp12/system/libhidl/base/ |
H A D | Status.cpp | 84 void Status::setException(int32_t ex, const char *message) { in setException() function in android::hardware::Status
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
H A D | FlagManager.kt | 68 completer.setException(NoFlagResultsException())
|