/aosp14/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() 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 D | FutureWaiter.java | 45 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter 46 return super.setException(throwable); in setException()
|
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 | AnimatorSetEventsTest.java | 72 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
|
/aosp14/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 | 215 mCaptureCompleter.setException(e); in onStartComplete() 236 mCaptureCompleter.setException(e); in requestNextTile()
|
H A D | ImageExporter.java | 135 completer.setException(e); in exportToRawFile() 176 completer.setException(e);
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AccountManager.java | 2358 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 D | NotificationContentInflaterTest.java | 392 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 D | MffFilterTestCase.java | 81 mProcessResult.setException(exception); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
H A D | FlagManager.kt | 82 completer.setException(NoFlagResultsException())
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackErrorEvent.java | 335 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 D | TaskFragmentOrganizerController.java | 663 .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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 29636 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 26006 …method @NonNull public android.media.metrics.PlaybackErrorEvent.Builder setException(@NonNull Exce…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 15068 Landroid/filterfw/core/AsyncRunner;->setException(Ljava/lang/Exception;)V
|