Home
last modified time | relevance | path

Searched refs:deletePendingAggregateReportsAndAttributionsForSources (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java810 void deletePendingAggregateReportsAndAttributionsForSources(List<String> sourceIds) in deletePendingAggregateReportsAndAttributionsForSources() method
DMeasurementDao.java3410 public void deletePendingAggregateReportsAndAttributionsForSources(List<String> sourceIds)
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java4075 .deletePendingAggregateReportsAndAttributionsForSources( in isSourceAllowedToInsert_deletesTheOldestAppDestinationInLoop_fifoInsertionSuccess()
4147 .deletePendingAggregateReportsAndAttributionsForSources( in isSourceAllowedToInsert_deletesTheOldestWebDestination_successfulFifoInsertion()
4243 .deletePendingAggregateReportsAndAttributionsForSources( in isSourceAllowedToInsert_deletesOldestAppAndWebDestinations_successfulFifoInsertion()
4340 .deletePendingAggregateReportsAndAttributionsForSources(any()); in isSourceAllowedToInsert_deletesOldestDestinations_fifoInsertionNoReportDeletion()
4448 .deletePendingAggregateReportsAndAttributionsForSources(anyList()); in isSourceAllowedToInsert_appDestCountWithinFifoLimit_returnsAllowedWithoutDeletion()
4512 .deletePendingAggregateReportsAndAttributionsForSources(anyList()); in isSourceAllowedToInsert_webDestCountWithinFifoLimit_returnsAllowedWithoutDeletion()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java599 dao.deletePendingAggregateReportsAndAttributionsForSources(sourceIdsToDelete); in maybeDeleteSourcesForLruDestination()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java6338 dao.deletePendingAggregateReportsAndAttributionsForSources(List.of("S1", "S3")); in deletePendingAggregateReportsAndAttributionsForSources_success()