Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImplTest.java477 verify(mAdSelectionEntryDaoMock, times(0)).getAdSelectionHistogramInfo(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOff()
500 .getAdSelectionHistogramInfo(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOn()
574 verify(mAdSelectionEntryDaoMock, times(0)).getAdSelectionHistogramInfo(anyLong(), any()); in testUpdateNonWinHistogram_withAdCounterKeysPersists_unifiedFlagOn()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java181 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in updateNonWinHistogram()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1489 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in testGetMissingAdSelectionHistogramInfo()
1522 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in testGetAdSelectionHistogramInfoWithNullAdCounterKeys()
1546 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in testGetAdSelectionHistogramInfoWithNullAdCounterKeys()
1650 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in testGetAdSelectionHistogramInfo()
1678 mAdSelectionEntryDao.getAdSelectionHistogramInfo( in testGetAdSelectionHistogramInfo()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java385 public abstract DBAdSelectionHistogramInfo getAdSelectionHistogramInfo( in getAdSelectionHistogramInfo() method in AdSelectionEntryDao