Home
last modified time | relevance | path

Searched refs:setException (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DEventsTest.java91 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 DViewPropertyAnimatorTest.java89 mFuture.setException(new RuntimeException(e)); in run()
216 mFuture.setException(new RuntimeException(e)); in testStartCancel()
237 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel()
258 mFuture.setException(new RuntimeException(e)); in testPlayingCancel()
280 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancel()
304 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancelMidDelay()
326 mFuture.setException(new RuntimeException(e)); in testStartDoubleCancel()
348 mFuture.setException(new RuntimeException(e)); in testStartDelayedDoubleCancel()
H A DFutureWaiter.java45 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter
46 return super.setException(throwable); in setException()
H A DAutoCancelTest.java137 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 DAnimatorSetEventsTest.java72 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java208 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 DImageLoader.java77 completer.setException(e); in load()
98 completer.setException(e); in load()
H A DScrollCaptureController.java215 mCaptureCompleter.setException(e); in onStartComplete()
236 mCaptureCompleter.setException(e); in requestNextTile()
H A DImageExporter.java135 completer.setException(e); in exportToRawFile()
176 completer.setException(e);
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java113 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
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2358 setException(e);
2467 setException(convertErrorToException(code, message));
2501 setException(e);
2532 setException(convertErrorToException(code, message));
2686 setException(e);
2689 setException(e);
2692 setException(e);
2739 setException(new AuthenticatorException("account not in result"));
2753 setException(e);
2755 setException(e);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java392 exceptionHolder.setException(e); in inflateAndWait()
400 exceptionHolder.setException(new RuntimeException( in inflateAndWait()
422 public void setException(Exception exception) { in setException() method in NotificationContentInflaterTest.ExceptionHolder
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java81 mProcessResult.setException(exception); in setUp()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/
H A DFlagManager.kt82 completer.setException(NoFlagResultsException())
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DPlaybackErrorEvent.java335 public @NonNull Builder setException(@NonNull Exception value) { in setException() method in PlaybackErrorEvent.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragmentOrganizerController.java663 .setException(exception) in onTaskFragmentError()
896 Builder setException(@NonNull Throwable exception) { in setException() method in TaskFragmentOrganizerController.PendingTaskFragmentEvent.Builder
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt29636 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt26006 …method @NonNull public android.media.metrics.PlaybackErrorEvent.Builder setException(@NonNull Exce…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15068 Landroid/filterfw/core/AsyncRunner;->setException(Ljava/lang/Exception;)V