Searched refs:IS_RMKT_ADS_WON (Results 1 – 4 of 4) sorted by relevance
30 static final boolean IS_RMKT_ADS_WON = true; field in RunAdSelectionProcessReportedStatsTest44 .setIsRemarketingAdsWon(IS_RMKT_ADS_WON) in testBuilderCreateSuccess()52 assertEquals(IS_RMKT_ADS_WON, stats.getIsRemarketingAdsWon()); in testBuilderCreateSuccess()
105 …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()
110 public static final boolean IS_RMKT_ADS_WON = true; field in AdSelectionExecutionLoggerTest391 .isEqualTo(IS_RMKT_ADS_WON); in testAdSelectionExecutionLogger_SuccessAdSelection()1553 .isEqualTo(IS_RMKT_ADS_WON); in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
64 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.IS_RMKT_ADS_WON;4685 .isEqualTo(IS_RMKT_ADS_WON); in verifyLogForSuccessfulAdSelectionProcess()