Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java30 static final boolean IS_RMKT_ADS_WON = true; field in RunAdSelectionProcessReportedStatsTest
44 .setIsRemarketingAdsWon(IS_RMKT_ADS_WON) in testBuilderCreateSuccess()
52 assertEquals(IS_RMKT_ADS_WON, stats.getIsRemarketingAdsWon()); in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java105 …static com.android.adservices.service.stats.RunAdSelectionProcessReportedStatsTest.IS_RMKT_ADS_WON;
206 .setIsRemarketingAdsWon(IS_RMKT_ADS_WON) in testLogRunAdSelectionProcessReportedStats()
219 expect.that(loggedStats.getIsRemarketingAdsWon()).isEqualTo(IS_RMKT_ADS_WON); in testLogRunAdSelectionProcessReportedStats()
DAdSelectionExecutionLoggerTest.java110 public static final boolean IS_RMKT_ADS_WON = true; field in AdSelectionExecutionLoggerTest
391 .isEqualTo(IS_RMKT_ADS_WON); in testAdSelectionExecutionLogger_SuccessAdSelection()
1553 .isEqualTo(IS_RMKT_ADS_WON); in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java64 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.IS_RMKT_ADS_WON;
4685 .isEqualTo(IS_RMKT_ADS_WON); in verifyLogForSuccessfulAdSelectionProcess()