Home
last modified time | relevance | path

Searched refs:InteractionReportingTableClearedStats (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeMaintenanceTasksWorkerTests.java43 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 …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DInteractionReportingTableClearedStats.java23 public abstract class InteractionReportingTableClearedStats { class
46 public abstract InteractionReportingTableClearedStats build(); in build()
DAdServicesLogger.java170 void logInteractionReportingTableClearedStats(InteractionReportingTableClearedStats stats); in logInteractionReportingTableClearedStats()
DNoOpLoggerImpl.java146 InteractionReportingTableClearedStats stats) {} in logInteractionReportingTableClearedStats()
DAdServicesLoggerImpl.java271 InteractionReportingTableClearedStats stats) { in logInteractionReportingTableClearedStats()
DStatsdAdServicesLogger.java627 InteractionReportingTableClearedStats stats) { in logInteractionReportingTableClearedStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeMaintenanceTasksWorker.java39 import com.android.adservices.service.stats.InteractionReportingTableClearedStats;
141 InteractionReportingTableClearedStats.builder() in clearExpiredAdSelectionData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java911 InteractionReportingTableClearedStats stats = in testLogInteractionReportingTableClearedStats()
912 InteractionReportingTableClearedStats.builder() in testLogInteractionReportingTableClearedStats()
917 ArgumentCaptor<InteractionReportingTableClearedStats> argumentCaptor = in testLogInteractionReportingTableClearedStats()
918 ArgumentCaptor.forClass(InteractionReportingTableClearedStats.class); in testLogInteractionReportingTableClearedStats()
DStatsdAdServicesLoggerTest.java1432 InteractionReportingTableClearedStats stats = in logInteractionReportingTableClearedStats_success()
1433 InteractionReportingTableClearedStats.builder() in logInteractionReportingTableClearedStats_success()