Home
last modified time | relevance | path

Searched refs:deleteDebugReportsBeforeTime (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderWorkerTest.java116 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderSuccess()
129 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderSuccess()
143 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
156 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
170 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderDoesNotFailsOnException()
183 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderDoesNotFailsOnException()
196 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderDoesNothingIfNoDebugReportsToSend()
208 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderDoesNothingIfNoDebugReportsToSend()
227 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderThrowsTimeout()
245 .deleteDebugReportsBeforeTime(any(Instant.class)); in testRunDebugReportSenderThrowsTimeout()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeMaintenanceTasksWorkerTests.java128 verify(mAdSelectionDebugReportDaoMock).deleteDebugReportsBeforeTime(expectedExpirationTime); in testClearExpiredAdSelectionData_removesExpiredData()
191 verify(mAdSelectionDebugReportDaoMock).deleteDebugReportsBeforeTime(expectedExpirationTime); in testClearExpiredAdSelectionData_serverAuctionDisabled_doesntClearDataFromUnifiedFlow()
259 .deleteDebugReportsBeforeTime(expectedExpirationTime); in testClearExpiredAdSelectionData_serverAuctionDisabled_unifiedTablesEnabled_ClearsUnifiedTables()
418 .deleteDebugReportsBeforeTime(expectedExpirationTime); in testClearExpiredAdSelectionDataDebugReportingDisabledDoesNotClearDebugReportData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionDebugReportDao.java65 public abstract void deleteDebugReportsBeforeTime(@NonNull Instant currentTime); in deleteDebugReportsBeforeTime() method in AdSelectionDebugReportDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionDebugReportDaoTest.java120 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime(FIXED_NOW); in testDeleteDebugReportsBeforeTime()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeMaintenanceTasksWorker.java167 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime(expirationTime); in clearExpiredAdSelectionData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java161 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime( in cleanupDebugReportsData()