/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() 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()
|
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/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/row/ |
D | NotificationContentInflaterTest.java | 269 exceptionHolder.setException(e); in runThenWaitForInflation() 278 exceptionHolder.setException(new RuntimeException( in runThenWaitForInflation() 294 public void setException(Exception exception) { in setException() method in NotificationContentInflaterTest.ExceptionHolder
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 212 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status 219 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 2254 setException(e); 2363 setException(convertErrorToException(code, message)); 2397 setException(e); 2428 setException(convertErrorToException(code, message)); 2582 setException(e); 2585 setException(e); 2588 setException(e); 2635 setException(new AuthenticatorException("account not in result")); 2649 setException(e); 2651 setException(e);
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 117 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/base/config/ |
D | boot-image-profile.txt | 29693 HSPLjava/util/concurrent/FutureTask;->setException(Ljava/lang/Throwable;)V
|
D | hiddenapi-greylist-max-o.txt | 19189 Landroid/filterfw/core/AsyncRunner;->setException(Ljava/lang/Exception;)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 49550 method protected void setException(java.lang.Throwable);
|
/frameworks/base/api/ |
D | current.txt | 71577 method protected void setException(Throwable);
|