Home
last modified time | relevance | path

Searched refs:setException (Results 1 – 14 of 14) 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/native/libs/binder/
DStatus.cpp128 void Status::setException(int32_t ex, const String8& message) { in setException() function in android::binder::Status
135 setException(EX_SERVICE_SPECIFIC, message); in setServiceSpecificError()
/frameworks/base/core/java/android/accounts/
DAccountManager.java1951 setException(e);
2056 setException(convertErrorToException(code, message));
2090 setException(e);
2121 setException(convertErrorToException(code, message));
2257 setException(e);
2260 setException(e);
2263 setException(e);
2355 setException(new AuthenticatorException("account not in result"));
2369 setException(e);
2371 setException(e);
/frameworks/native/include/binder/
DStatus.h105 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.txt59983 method protected void setException(java.lang.Throwable);
Dsystem-current.txt63517 method protected void setException(java.lang.Throwable);
Dtest-current.txt60076 method protected void setException(java.lang.Throwable);