Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderWorkerTest.java112 when(mAdSelectionDebugReportDao.getDebugReportsBeforeTime(any(Instant.class), anyInt())) in testRunDebugReportSenderSuccess()
123 .getDebugReportsBeforeTime(any(Instant.class), anyInt()); in testRunDebugReportSenderSuccess()
139 when(mAdSelectionDebugReportDao.getDebugReportsBeforeTime(any(Instant.class), anyInt())) in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
150 .getDebugReportsBeforeTime(any(Instant.class), anyInt()); in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
166 when(mAdSelectionDebugReportDao.getDebugReportsBeforeTime(any(Instant.class), anyInt())) in testRunDebugReportSenderDoesNotFailsOnException()
177 .getDebugReportsBeforeTime(any(Instant.class), anyInt()); in testRunDebugReportSenderDoesNotFailsOnException()
192 when(mAdSelectionDebugReportDao.getDebugReportsBeforeTime(any(Instant.class), anyInt())) in testRunDebugReportSenderDoesNothingIfNoDebugReportsToSend()
203 .getDebugReportsBeforeTime(any(Instant.class), anyInt()); in testRunDebugReportSenderDoesNothingIfNoDebugReportsToSend()
221 when(mAdSelectionDebugReportDao.getDebugReportsBeforeTime(any(Instant.class), anyInt())) in testRunDebugReportSenderThrowsTimeout()
243 .getDebugReportsBeforeTime(any(Instant.class), anyInt()); in testRunDebugReportSenderThrowsTimeout()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionDebugReportDaoTest.java77 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, 1); in testPersistAdSelectionDebugReportingHandlesDuplicateEntries()
89 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, 1); in testGetDebugReportsBeforeTime()
119 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NEXT_ONE_DAY, 1000); in testDeleteDebugReportsBeforeTime()
122 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NEXT_ONE_DAY, 1000); in testDeleteDebugReportsBeforeTime()
143 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, largeLimit); in testGetDebugReportsBeforeTimeHonorsLimit()
145 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, lowLimit); in testGetDebugReportsBeforeTimeHonorsLimit()
147 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, zeroLimit); in testGetDebugReportsBeforeTimeHonorsLimit()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionDebugReportDao.java56 public abstract List<DBAdSelectionDebugReport> getDebugReportsBeforeTime( in getDebugReportsBeforeTime() method in AdSelectionDebugReportDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java140 mAdSelectionDebugReportDao.getDebugReportsBeforeTime( in getDebugReports()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java2009 mAdSelectionDebugReportDao.getDebugReportsBeforeTime( in testFledgeFlowSuccessWithDebugReportingSentInBatch()
2104 mAdSelectionDebugReportDao.getDebugReportsBeforeTime( in testFledgeFlowSuccessWithDebugReportingDisabledWhenLatEnabled()
2172 mAdSelectionDebugReportDao.getDebugReportsBeforeTime( in testFledgeFlowSuccessWithDebugReportingDisabledWhenAdIdServiceDisabled()