Home
last modified time | relevance | path

Searched refs:getIsRemarketingAdsWon (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStats.java27 public abstract boolean getIsRemarketingAdsWon(); in getIsRemarketingAdsWon() method in RunAdSelectionProcessReportedStats
DStatsdAdServicesLogger.java231 stats.getIsRemarketingAdsWon(), in logRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java52 assertEquals(IS_RMKT_ADS_WON, stats.getIsRemarketingAdsWon()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java390 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_SuccessAdSelection()
1519 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1552 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
DAdServicesLoggerImplTest.java219 expect.that(loggedStats.getIsRemarketingAdsWon()).isEqualTo(IS_RMKT_ADS_WON); in testLogRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4684 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForSuccessfulAdSelectionProcess()
4705 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForFailurePriorPersistAdSelection()