Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java396 mAdSelectionEntryDao.insertDBReportingComputationInfo(DB_REPORTING_COMPUTATION_INFO_1); in testGetReportingComputationInfoById()
410 mAdSelectionEntryDao.insertDBReportingComputationInfo(DB_REPORTING_COMPUTATION_INFO_1); in testInsertDBReportingComputationInfo()
1981 mAdSelectionEntryDao.insertDBReportingComputationInfo(DB_REPORTING_COMPUTATION_INFO_1); in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2215 mAdSelectionEntryDao.insertDBReportingComputationInfo(DB_REPORTING_COMPUTATION_INFO_1); in test_removeExpiredAdSelectionInitializations_removesExpiredEntries()
2222 mAdSelectionEntryDao.insertDBReportingComputationInfo(DB_REPORTING_COMPUTATION_INFO_2); in test_removeExpiredAdSelectionInitializations_removesExpiredEntries()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java1009 public abstract void insertDBReportingComputationInfo( in insertDBReportingComputationInfo() method in AdSelectionEntryDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionRunner.java800 mAdSelectionEntryDao.insertDBReportingComputationInfo(
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java1671 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled()
1814 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerEnabled()
1958 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerEnabled()
2096 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionFailsWithInvalidAdSelectionIdUnifiedTablesEnabledAuctionServerDisabled()
2228 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionFailsWithIncorrectPackageNameUnifiedTablesEnabledAuctionServerDisabled()
2350 mAdSelectionEntryDao.insertDBReportingComputationInfo(dbReportingComputationInfo); in testReportImpressionFailsWithIncorrectPackageNameUnifiedTablesEnabledAuctionServerEnabled()
DOnDeviceAdSelectionRunnerTest.java658 verify(mAdSelectionEntryDaoSpy).insertDBReportingComputationInfo(expectedDBComputationInfo); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()