Home
last modified time | relevance | path

Searched refs:forSingleFailure (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/
DAnswerSyncCallbackTest.java170 AnswerSyncCallback.forSingleFailure(Void.class, mFailure); in testForSingleFailure_void()
186 AnswerSyncCallback.forSingleFailure(String.class, mFailure); in testForSingleFailure_nonVoid()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/
DAnswerSyncCallback.java111 public static <A> AnswerSyncCallback<A> forSingleFailure(Class<A> clazz, Throwable failure) { in forSingleFailure() method in AnswerSyncCallback
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportAndRegisterEventImplTest.java296 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
338 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
DReportAndRegisterEventFallbackImplTest.java392 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException()
515 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException()