Searched refs:getAdCounterIntKeys (Results 1 – 9 of 9) sorted by relevance
91 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()
814 .setAdCounterKeys(dbAdSelection.getAdCounterIntKeys())
85 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()
1638 DB_AD_SELECTION_WITH_AD_COUNTER_KEYS.getAdCounterIntKeys()); in testGetAdSelectionHistogramInfoInOnDeviceTable()1660 DB_AD_SELECTION_WITH_AD_COUNTER_KEYS.getAdCounterIntKeys()); in testGetAdSelectionHistogramInfo()
50 public abstract Set<Integer> getAdCounterIntKeys(); in getAdCounterIntKeys() method in DBWinningCustomAudience
77 public abstract Set<Integer> getAdCounterIntKeys(); in getAdCounterIntKeys() method in DBAuctionServerAdSelection
226 public Set<Integer> getAdCounterIntKeys() { in getAdCounterIntKeys() method in DBAdSelection
238 assertThat(outputSelection.getAdCounterIntKeys()).isNull(); in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()
250 assertThat(outputSelection.getAdCounterIntKeys()) in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder()