Searched refs:setException (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
H A DFutureWaiter.java24 * also exposes the protected {@link AbstractFuture#setException(Throwable)} method.
44 public boolean setException(Throwable throwable) { method in class:FutureWaiter
45 return super.setException(throwable);
H A DEventsTest.java77 mFuture.setException(new RuntimeException(e));
105 mFuture.setException(new RuntimeException(e));
126 mFuture.setException(new RuntimeException(e));
147 mFuture.setException(new RuntimeException(e));
282 mFuture.setException(new RuntimeException(e));
305 mFuture.setException(new RuntimeException(e));
328 mFuture.setException(new RuntimeException(e));
351 mFuture.setException(new RuntimeException(e));
374 mFuture.setException(new RuntimeException(e));
397 mFuture.setException(ne
[all...]
H A DViewPropertyAnimatorTest.java76 mFuture.setException(new RuntimeException(e));
215 mFuture.setException(new RuntimeException(e));
238 mFuture.setException(new RuntimeException(e));
261 mFuture.setException(new RuntimeException(e));
285 mFuture.setException(new RuntimeException(e));
312 mFuture.setException(new RuntimeException(e));
336 mFuture.setException(new RuntimeException(e));
360 mFuture.setException(new RuntimeException(e));
H A DAutoCancelTest.java132 future.setException(e);
148 future.setException(e);
164 future.setException(e);
180 future.setException(e);
H A DAnimatorSetEventsTest.java69 mFuture.setException(new RuntimeException(e));
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java113 setException(result.exception);
120 setException(exception);
186 setException(null);
235 synchronized private void setException(Exception exception) { method in class:AsyncRunner
/frameworks/native/libs/binder/
H A DStatus.cpp128 void Status::setException(int32_t ex, const String8& message) { function in class:android::binder::Status
135 setException(EX_SERVICE_SPECIFIC, message);
/frameworks/native/include/binder/
H A DStatus.h105 void setException(int32_t ex, const String8& message);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1932 setException(e);
2037 setException(convertErrorToException(code, message));
2071 setException(e);
2102 setException(convertErrorToException(code, message));
2238 setException(e);
2241 setException(e);
2244 setException(e);
2333 setException(new AuthenticatorException("account not in result"));
2346 setException(e);
2348 setException(
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java81 mProcessResult.setException(exception);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3539 milliseconds