Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1921 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idSupportsUris_successUnifiedTablesDisabled()
1937 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idSupportsUris_successUnifiedTablesEnabled()
1950 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled()
1984 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled()
2013 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idNotPresent_returnsNullShouldUseUnifiedTablesDisabled()
2020 mAdSelectionEntryDao.getReportingDataForId( in test_getReportingDataForId_idNotPresent_returnsNullShouldUseUnifiedTablesEnabled()
2273 mAdSelectionEntryDao.getReportingDataForId( in test_removeExpiredAdSelectionInitializations_removesEntriesFromOtherTablesUnifiedTablesEnabled()
2297 mAdSelectionEntryDao.getReportingDataForId( in test_removeExpiredAdSelectionInitializations_removesEntriesFromOtherTablesUnifiedTablesDisabled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java832 public ReportingData getReportingDataForId(long adSelectionId, boolean shouldUseUnifiedTables) { in getReportingDataForId() method in AdSelectionEntryDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporter.java333 mAdSelectionEntryDao.getReportingDataForId( in fetchReportingData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1592 mAdSelectionEntryDao.getReportingDataForId(adSelectionId, false); in testPersistAdSelectionResult_withoutDecrypt_validRequest_success()
1704 mAdSelectionEntryDao.getReportingDataForId(adSelectionId, false); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled()
3842 mAdSelectionEntryDao.getReportingDataForId(adSelectionId, false); in testPersistAdSelectionResult_withoutDecrypt_validSignalsRequest_success()