/frameworks/base/core/tests/coretests/src/android/animation/ |
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 …]
|
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()
|
D | FutureWaiter.java | 45 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter 46 return super.setException(throwable); in setException()
|
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()
|
D | AnimatorSetEventsTest.java | 72 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | ScrollCaptureClient.java | 209 completer.setException(e); in request() 227 completer.setException(new DeadObjectException("No active connection!")); 290 mStartCompleter.setException(new DeadObjectException("The remote process died")); 293 mTileRequestCompleter.setException( 297 mEndCompleter.setException(new DeadObjectException("The remote process died")); 318 completer.setException(e); 334 completer.setException(new DeadObjectException("Connection is closed!")); 348 completer.setException(e); 409 completer.setException(e);
|
D | ImageLoader.java | 76 completer.setException(e); in load() 97 completer.setException(e); in load()
|
D | ScrollCaptureController.java | 217 mCaptureCompleter.setException(e); in onStartComplete() 238 mCaptureCompleter.setException(e); in requestNextTile()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
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
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 226 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status 233 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
|
/frameworks/native/include/binder/ |
D | Status.h | 126 void setException(int32_t ex, const String8& message);
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 126 void setException(int32_t ex, const String8& message);
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 2358 setException(e); 2462 setException(convertErrorToException(code, message)); 2496 setException(e); 2527 setException(convertErrorToException(code, message)); 2681 setException(e); 2684 setException(e); 2687 setException(e); 2734 setException(new AuthenticatorException("account not in result")); 2748 setException(e); 2750 setException(e);
|
/frameworks/base/media/tests/mediatestutils/java/com/android/media/mediatestutils/ |
D | TestUtils.java | 71 completer.setException(e); in getFutureForIntent()
|
/frameworks/native/libs/binder/tests/unit_fuzzers/ |
D | StatusFuzzFunctions.h | 54 status->setException(fdp->ConsumeIntegral<int32_t>(), message);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 404 exceptionHolder.setException(e); in inflateAndWait() 412 exceptionHolder.setException(new RuntimeException( in inflateAndWait() 434 public void setException(Exception exception) { in setException() method in NotificationContentInflaterTest.ExceptionHolder
|
D | NotificationRowContentBinderImplTest.kt | 488 fun setException(exception: Exception?) { in <lambda>() method 544 exceptionHolder.setException(e) in <lambda>() 551 exceptionHolder.setException( in <lambda>()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
D | MffFilterTestCase.java | 81 mProcessResult.setException(exception); in setUp()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
D | FlagManager.kt | 84 completer.setException(NoFlagResultsException()) in <lambda>()
|
/frameworks/base/media/java/android/media/metrics/ |
D | PlaybackErrorEvent.java | 335 public @NonNull Builder setException(@NonNull Exception value) { in setException() method in PlaybackErrorEvent.Builder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ImageExporter.java | 142 completer.setException(e); in exportToRawFile() 237 completer.setException(e);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskFragmentOrganizerController.java | 740 .setException(exception) in onTaskFragmentError() 1015 Builder setException(@NonNull Throwable exception) { in setException() method in TaskFragmentOrganizerController.PendingTaskFragmentEvent.Builder
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 49550 method protected void setException(java.lang.Throwable);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 29194 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
|