Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/animation/
DEventsTest.java77 mFuture.setException(new RuntimeException(e)); in run()
105 mFuture.setException(new RuntimeException(e)); in run()
126 mFuture.setException(new RuntimeException(e)); in run()
147 mFuture.setException(new RuntimeException(e)); in run()
282 mFuture.setException(new RuntimeException(e)); in testStartCancel()
305 mFuture.setException(new RuntimeException(e)); in testStartEnd()
328 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel()
351 mFuture.setException(new RuntimeException(e)); in testStartDelayedEnd()
374 mFuture.setException(new RuntimeException(e)); in testPlayingCancel()
397 mFuture.setException(new RuntimeException(e)); in testPlayingEnd()
[all …]
DViewPropertyAnimatorTest.java76 mFuture.setException(new RuntimeException(e)); in run()
215 mFuture.setException(new RuntimeException(e)); in testStartCancel()
238 mFuture.setException(new RuntimeException(e)); in testStartDelayedCancel()
261 mFuture.setException(new RuntimeException(e)); in testPlayingCancel()
285 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancel()
312 mFuture.setException(new RuntimeException(e)); in testPlayingDelayedCancelMidDelay()
336 mFuture.setException(new RuntimeException(e)); in testStartDoubleCancel()
360 mFuture.setException(new RuntimeException(e)); in testStartDelayedDoubleCancel()
DFutureWaiter.java44 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter
45 return super.setException(throwable); in setException()
DAutoCancelTest.java132 future.setException(e); in testAutoCancel()
148 future.setException(e); in testAutoCancelDelayed()
164 future.setException(e); in testAutoCancelTestLater()
180 future.setException(e); in testAutoCancelDelayedTestLater()
DAnimatorSetEventsTest.java69 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
/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/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java231 exceptionHolder.setException(e); in runThenWaitForInflation()
239 exceptionHolder.setException(new RuntimeException( in runThenWaitForInflation()
255 public void setException(Exception exception) { in setException() method in NotificationInflaterTest.ExceptionHolder
/frameworks/native/libs/binder/
DStatus.cpp169 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status
176 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
/frameworks/base/core/java/android/accounts/
DAccountManager.java2245 setException(e);
2350 setException(convertErrorToException(code, message));
2384 setException(e);
2415 setException(convertErrorToException(code, message));
2566 setException(e);
2569 setException(e);
2572 setException(e);
2619 setException(new AuthenticatorException("account not in result"));
2633 setException(e);
2635 setException(e);
/frameworks/native/libs/binder/include/binder/
DStatus.h114 void setException(int32_t ex, const String8& message);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
DMffFilterTestCase.java81 mProcessResult.setException(exception); in setUp()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt49550 method protected void setException(java.lang.Throwable);
/frameworks/base/api/
Dcurrent.txt66242 method protected void setException(java.lang.Throwable);
Dtest-current.txt66724 method protected void setException(java.lang.Throwable);
Dsystem-current.txt70200 method protected void setException(java.lang.Throwable);
/frameworks/base/config/
Dboot-image-profile.txt46691 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V