Searched refs:getIsRemarketingAdsWon (Results 1 – 6 of 6) sorted by relevance
27 public abstract boolean getIsRemarketingAdsWon(); in getIsRemarketingAdsWon() method in RunAdSelectionProcessReportedStats
231 stats.getIsRemarketingAdsWon(), in logRunAdSelectionProcessReportedStats()
52 assertEquals(IS_RMKT_ADS_WON, stats.getIsRemarketingAdsWon()); in testBuilderCreateSuccess()
390 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_SuccessAdSelection()1519 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()1552 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
219 expect.that(loggedStats.getIsRemarketingAdsWon()).isEqualTo(IS_RMKT_ADS_WON); in testLogRunAdSelectionProcessReportedStats()
4684 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForSuccessfulAdSelectionProcess()4705 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForFailurePriorPersistAdSelection()