Home
last modified time | relevance | path

Searched refs:persistAdSelectionDebugReporting (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionDebugReportDaoTest.java65 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting(AD_SELECTION_DEBUG_REPORT_LIST); in testPersistAdSelectionDebugReporting()
72 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting( in testPersistAdSelectionDebugReportingHandlesDuplicateEntries()
74 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting( in testPersistAdSelectionDebugReportingHandlesDuplicateEntries()
86 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting(AD_SELECTION_DEBUG_REPORT_LIST); in testGetDebugReportsBeforeTime()
115 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting( in testDeleteDebugReportsBeforeTime()
137 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting(debugReports); in testGetDebugReportsBeforeTimeHonorsLimit()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderStrategyBatchImplTest.java63 .persistAdSelectionDebugReporting(anyList()); in setUp()
133 .persistAdSelectionDebugReporting(anyList()); in testSend_withSingleReport_allRequestsAreSuccessful()
147 .persistAdSelectionDebugReporting(anyList()); in testSend_withMultipleReports_allRequestsAreSuccessful()
174 .persistAdSelectionDebugReporting(anyList()); in testSend_withNoReports_doesNotScheduleJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionDebugReportDao.java42 public abstract void persistAdSelectionDebugReporting( in persistAdSelectionDebugReporting() method in AdSelectionDebugReportDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderStrategyBatchImpl.java102 mAdSelectionDebugReportDao.persistAdSelectionDebugReporting(adSelectionDebugReports); in flush()