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.java181 AnswerSyncCallback.forSingleFailure(Void.class, mFailure); in testForSingleFailure_void()
199 AnswerSyncCallback.forSingleFailure(String.class, mFailure); in testForSingleFailure_nonVoid()
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/
DAnswerSyncCallback.java107 public static <A> AnswerSyncCallback<A> forSingleFailure(Class<A> clazz, Throwable failure) { in forSingleFailure() method in AnswerSyncCallback
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DReportAndRegisterEventImplTest.java303 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
349 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
389 AnswerSyncCallback.forSingleFailure( in testImplDoesNotCrashAfterBuyerReportingThrowsIOException()
DReportAndRegisterEventFallbackImplTest.java413 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException()
548 AnswerSyncCallback.forSingleFailure( in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException()