Searched refs:deleteDebugReportsBeforeTime (Results 1 – 6 of 6) sorted by relevance
116 .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()
128 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()
65 public abstract void deleteDebugReportsBeforeTime(@NonNull Instant currentTime); in deleteDebugReportsBeforeTime() method in AdSelectionDebugReportDao
120 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime(FIXED_NOW); in testDeleteDebugReportsBeforeTime()
167 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime(expirationTime); in clearExpiredAdSelectionData()
161 mAdSelectionDebugReportDao.deleteDebugReportsBeforeTime( in cleanupDebugReportsData()