/frameworks/base/core/tests/coretests/src/android/animation/ |
D | EventsTest.java | 77 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 …]
|
D | ViewPropertyAnimatorTest.java | 76 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()
|
D | FutureWaiter.java | 44 public boolean setException(Throwable throwable) { in setException() method in FutureWaiter 45 return super.setException(throwable); in setException()
|
D | AutoCancelTest.java | 132 future.setException(e); in testAutoCancel() 148 future.setException(e); in testAutoCancelDelayed() 164 future.setException(e); in testAutoCancelTestLater() 180 future.setException(e); in testAutoCancelDelayedTestLater()
|
D | AnimatorSetEventsTest.java | 69 mFuture.setException(new RuntimeException(e)); in testPlayingCancelDuringChildDelay()
|
/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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflaterTest.java | 231 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/ |
D | Status.cpp | 169 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/ |
D | AccountManager.java | 2245 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/ |
D | Status.h | 114 void setException(int32_t ex, const String8& message);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
D | MffFilterTestCase.java | 81 mProcessResult.setException(exception); in setUp()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 49550 method protected void setException(java.lang.Throwable);
|
/frameworks/base/api/ |
D | current.txt | 66242 method protected void setException(java.lang.Throwable);
|
D | test-current.txt | 66724 method protected void setException(java.lang.Throwable);
|
D | system-current.txt | 70200 method protected void setException(java.lang.Throwable);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 46691 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
|