Home
last modified time | relevance | path

Searched refs:hasOutcome (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionTest.java86 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withBiddingAndScoringLogic_happyPath()
128 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withBiddingLogicV3_happyPath()
158 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withAdCostInUrl_happyPath()
233 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
325 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReporting_happyPath()
353 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReportingDisabled_doesNotSend()
382 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReportingAndRejectReason_happyPath()
DAdSelectionMediationTest.java68 assertThat(result.hasOutcome()).isTrue(); in testSelectAds_withAdSelectionFromOutcomes_happyPath()
97 assertThat(result.hasOutcome()).isTrue(); in testSelectAds_withImpressionReporting_eventsAreReceived()
156 assertThat(result.hasOutcome()).isTrue(); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
DFledgeCtsDebuggableTest.java2693 assertTrue(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_overall_Success()
2737 assertTrue(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsOutcomeSuccess()
2781 assertFalse(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsNoOutcomeSuccess()
2825 assertFalse(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_returnsNull_Success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java63 assertThat(notEmptyOutcome.hasOutcome()).isTrue(); in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
64 assertThat(emptyOutcome.hasOutcome()).isFalse(); in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionOutcome.java83 public boolean hasOutcome() { in hasOutcome() method in AdSelectionOutcome
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DCustomAudienceBackgroundFetchTest.java69 assertThat(doSelectAds(adSelectionConfig).hasOutcome()).isTrue(); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
DScheduleCustomAudienceUpdateTest.java161 assertThat(result.hasOutcome()).isTrue(); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt91 method public boolean hasOutcome();