Home
last modified time | relevance | path

Searched refs:getAdSelectionHistogramInfoInOnDeviceTable (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImplTest.java378 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_missingAdSelectionStops()
393 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_nullAdCounterKeysStops()
410 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists()
453 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOff()
525 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOn()
573 .getAdSelectionHistogramInfoInOnDeviceTable(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_unifiedFlagOn()
DFrequencyCapFilteringE2ETest.java610 mAdSelectionEntryDao.getAdSelectionHistogramInfoInOnDeviceTable( in testAdSelectionPersistsAdCounterKeys()
DOnDeviceAdSelectionRunnerTest.java1100 mAdSelectionEntryDaoSpy.getAdSelectionHistogramInfoInOnDeviceTable( in testRunAdSelectionSuccessFilteringDisabled()
3935 mAdSelectionEntryDaoSpy.getAdSelectionHistogramInfoInOnDeviceTable( in testCopiedAdCounterKeysArePersisted()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java176 mAdSelectionEntryDao.getAdSelectionHistogramInfoInOnDeviceTable( in updateNonWinHistogram()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java361 public abstract DBAdSelectionHistogramInfo getAdSelectionHistogramInfoInOnDeviceTable( in getAdSelectionHistogramInfoInOnDeviceTable() method in AdSelectionEntryDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1471 mAdSelectionEntryDao.getAdSelectionHistogramInfoInOnDeviceTable( in testGetMissingAdSelectionHistogramInfoOnDeviceTables()
1504 mAdSelectionEntryDao.getAdSelectionHistogramInfoInOnDeviceTable( in testGetAdSelectionHistogramInfoInOnDeviceTableWithNullAdCounterKeys()
1628 mAdSelectionEntryDao.getAdSelectionHistogramInfoInOnDeviceTable( in testGetAdSelectionHistogramInfoInOnDeviceTable()