Searched refs:InteractionReportingTableClearedStats (Results 1 – 9 of 9) sorted by relevance
43 import com.android.adservices.service.stats.InteractionReportingTableClearedStats;101 ArgumentCaptor<InteractionReportingTableClearedStats> argumentCaptor = in testClearExpiredAdSelectionData_removesExpiredData()102 ArgumentCaptor.forClass(InteractionReportingTableClearedStats.class); in testClearExpiredAdSelectionData_removesExpiredData()109 InteractionReportingTableClearedStats stats = argumentCaptor.getValue(); in testClearExpiredAdSelectionData_removesExpiredData()136 ArgumentCaptor<InteractionReportingTableClearedStats> argumentCaptor = in testClearExpiredAdSelectionData_serverAuctionDisabled_doesntClearDataFromUnifiedFlow()137 ArgumentCaptor.forClass(InteractionReportingTableClearedStats.class); in testClearExpiredAdSelectionData_serverAuctionDisabled_doesntClearDataFromUnifiedFlow()173 InteractionReportingTableClearedStats stats = argumentCaptor.getValue(); in testClearExpiredAdSelectionData_serverAuctionDisabled_doesntClearDataFromUnifiedFlow()199 ArgumentCaptor<InteractionReportingTableClearedStats> argumentCaptor = in testClearExpiredAdSelectionData_serverAuctionDisabled_unifiedTablesEnabled_ClearsUnifiedTables()200 ArgumentCaptor.forClass(InteractionReportingTableClearedStats.class); in testClearExpiredAdSelectionData_serverAuctionDisabled_unifiedTablesEnabled_ClearsUnifiedTables()241 InteractionReportingTableClearedStats stats = argumentCaptor.getValue(); in testClearExpiredAdSelectionData_serverAuctionDisabled_unifiedTablesEnabled_ClearsUnifiedTables()[all …]
23 public abstract class InteractionReportingTableClearedStats { class46 public abstract InteractionReportingTableClearedStats build(); in build()
170 void logInteractionReportingTableClearedStats(InteractionReportingTableClearedStats stats); in logInteractionReportingTableClearedStats()
146 InteractionReportingTableClearedStats stats) {} in logInteractionReportingTableClearedStats()
271 InteractionReportingTableClearedStats stats) { in logInteractionReportingTableClearedStats()
627 InteractionReportingTableClearedStats stats) { in logInteractionReportingTableClearedStats()
39 import com.android.adservices.service.stats.InteractionReportingTableClearedStats;141 InteractionReportingTableClearedStats.builder() in clearExpiredAdSelectionData()
911 InteractionReportingTableClearedStats stats = in testLogInteractionReportingTableClearedStats()912 InteractionReportingTableClearedStats.builder() in testLogInteractionReportingTableClearedStats()917 ArgumentCaptor<InteractionReportingTableClearedStats> argumentCaptor = in testLogInteractionReportingTableClearedStats()918 ArgumentCaptor.forClass(InteractionReportingTableClearedStats.class); in testLogInteractionReportingTableClearedStats()
1432 InteractionReportingTableClearedStats stats = in logInteractionReportingTableClearedStats_success()1433 InteractionReportingTableClearedStats.builder() in logInteractionReportingTableClearedStats_success()