Home
last modified time | relevance | path

Searched refs:getAdCounterIntKeys (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java91 if (dbAdSelection.getAdCounterIntKeys() == null in updateWinHistogram()
92 || dbAdSelection.getAdCounterIntKeys().isEmpty()) { in updateWinHistogram()
106 sLogger.v("Inserting %d histogram events", dbAdSelection.getAdCounterIntKeys().size()); in updateWinHistogram()
107 for (Integer key : dbAdSelection.getAdCounterIntKeys()) { in updateWinHistogram()
DAdSelectionRunner.java814 .setAdCounterKeys(dbAdSelection.getAdCounterIntKeys())
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionTest.java85 assertThat(dbAdSelection.getAdCounterIntKeys()) in testBuildDBAdSelection()
211 assertThat(dbAdSelection.getAdCounterIntKeys()).isNull(); in testBuildDBAdSelectionWithNullAdCounterKeys()
238 assertThat(dbAdSelection.getAdCounterIntKeys()) in testBuildDBAdSelectionWithNullSellerContextualSignals()
267 assertThat(dbAdSelection.getAdCounterIntKeys()).isNull(); in testBuildDBAdSelectionWithEmptyAdCounterKeys()
294 assertThat(dbAdSelection.getAdCounterIntKeys()).isNull(); in testBuildDBAdSelectionWithUnsetAdCounterKeys()
321 assertThat(dbAdSelection.getAdCounterIntKeys()) in testBuildDBAdSelectionWithUnsetSellerContextualSignals()
DAdSelectionEntryDaoTest.java1638 DB_AD_SELECTION_WITH_AD_COUNTER_KEYS.getAdCounterIntKeys()); in testGetAdSelectionHistogramInfoInOnDeviceTable()
1660 DB_AD_SELECTION_WITH_AD_COUNTER_KEYS.getAdCounterIntKeys()); in testGetAdSelectionHistogramInfo()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBWinningCustomAudience.java50 public abstract Set<Integer> getAdCounterIntKeys(); in getAdCounterIntKeys() method in DBWinningCustomAudience
DDBAuctionServerAdSelection.java77 public abstract Set<Integer> getAdCounterIntKeys(); in getAdCounterIntKeys() method in DBAuctionServerAdSelection
DDBAdSelection.java226 public Set<Integer> getAdCounterIntKeys() { in getAdCounterIntKeys() method in DBAdSelection
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterKeyCopierNoOpImplTest.java238 assertThat(outputSelection.getAdCounterIntKeys()).isNull(); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
DAdCounterKeyCopierImplTest.java250 assertThat(outputSelection.getAdCounterIntKeys()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()