Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/animation/
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 …]
DViewPropertyAnimatorTest.java89 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()
DFutureWaiter.java45 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter
46 return super.setException(throwable); in setException()
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()
DAnimatorSetEventsTest.java72 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
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);
DImageLoader.java77 completer.setException(e); in load()
98 completer.setException(e); in load()
DScrollCaptureController.java209 mCaptureCompleter.setException(e); in onStartComplete()
230 mCaptureCompleter.setException(e); in requestNextTile()
DImageExporter.java136 completer.setException(e); in exportToRawFile()
177 completer.setException(e);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/
DWindowCapture.kt25 bitmapFuture.setException( in <lambda>()
DViewCapture.kt185 bitmapFuture.setException( in generateBitmapFromSurfaceViewPixelCopy()
/frameworks/native/libs/binder/
DStatus.cpp220 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status
227 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
/frameworks/native/libs/binder/include/binder/
DStatus.h125 void setException(int32_t ex, const String8& message);
/frameworks/native/include/binder/
DStatus.h125 void setException(int32_t ex, const String8& message);
/frameworks/base/core/java/android/accounts/
DAccountManager.java2370 setException(e);
2479 setException(convertErrorToException(code, message));
2513 setException(e);
2544 setException(convertErrorToException(code, message));
2698 setException(e);
2701 setException(e);
2704 setException(e);
2751 setException(new AuthenticatorException("account not in result"));
2765 setException(e);
2767 setException(e);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DStatusFuzzFunctions.h54 status->setException(fdp->ConsumeIntegral<int32_t>(), message);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java388 exceptionHolder.setException(e); in inflateAndWait()
396 exceptionHolder.setException(new RuntimeException( in inflateAndWait()
418 public void setException(Exception exception) { in setException() method in NotificationContentInflaterTest.ExceptionHolder
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
DMffFilterTestCase.java81 mProcessResult.setException(exception); in setUp()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/
DFlagManager.kt82 completer.setException(NoFlagResultsException()) in <lambda>()
/frameworks/base/media/java/android/media/metrics/
DPlaybackErrorEvent.java335 public @NonNull Builder setException(@NonNull Exception value) { in setException() method in PlaybackErrorEvent.Builder
/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragmentOrganizerController.java645 .setException(exception) in onTaskFragmentError()
876 Builder setException(@NonNull Throwable exception) { in setException() method in TaskFragmentOrganizerController.PendingTaskFragmentEvent.Builder
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt49550 method protected void setException(java.lang.Throwable);
/frameworks/base/config/
Dboot-image-profile.txt29137 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
/frameworks/base/core/api/
Dcurrent.txt24563 …method @NonNull public android.media.metrics.PlaybackErrorEvent.Builder setException(@NonNull Exce…

12