Home
last modified time | relevance | path

Searched refs:setAdCounterIntKeys (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionTest.java73 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testBuildDBAdSelection()
104 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testFailsToBuildRemarketingAdWithNullBiddingLogicUri()
199 .setAdCounterIntKeys(null) in testBuildDBAdSelectionWithNullAdCounterKeys()
226 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testBuildDBAdSelectionWithNullSellerContextualSignals()
255 .setAdCounterIntKeys(new HashSet<>()) in testBuildDBAdSelectionWithEmptyAdCounterKeys()
310 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testBuildDBAdSelectionWithUnsetSellerContextualSignals()
338 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testEqualDBAdSelectionObjectsHaveSameHashCode()
352 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testEqualDBAdSelectionObjectsHaveSameHashCode()
371 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
398 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
DDBAdSelectionResultTest.java70 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()) in testBuild_withWinningCustomAudience_success()
DAdSelectionEntryDaoTest.java148 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBWinningCustomAudience.java71 .setAdCounterIntKeys(adCounterIntKeys) in create()
85 public abstract Builder setAdCounterIntKeys(@Nullable Set<Integer> adCounterIntKeys); in setAdCounterIntKeys() method in DBWinningCustomAudience.Builder
DDBAuctionServerAdSelection.java120 .setAdCounterIntKeys(adCounterIntKeys) in create()
145 public abstract DBAuctionServerAdSelection.Builder setAdCounterIntKeys( in setAdCounterIntKeys() method in DBAuctionServerAdSelection.Builder
DDBAdSelection.java327 public Builder setAdCounterIntKeys(@NonNull Set<Integer> adCounterIntKeys) { in setAdCounterIntKeys() method in DBAdSelection.Builder
DAdSelectionEntryDao.java799 .setAdCounterIntKeys(winningCustomAudience.getAdCounterKeys()) in persistAdSelectionResultForCustomAudience()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/data/adselection/
DDBAdSelectionFixture.java50 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()); in getValidDbAdSelectionBuilder()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImplTest.java281 .setAdCounterIntKeys(null) in testUpdateWinHistogram_nullAdCounterKeysDoesNothing()
291 .setAdCounterIntKeys(new HashSet<>()) in testUpdateWinHistogram_emptyAdCounterKeysDoesNothing()
DFrequencyCapFilteringE2ETest.java143 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys())
161 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys())
DOnDeviceAdSelectionRunnerTest.java3909 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()); in testCopiedAdCounterKeysArePersisted()
4000 .setAdCounterIntKeys(AdDataFixture.getAdCounterKeys()); in testAdCounterHistogramIsUpdatedWithWinEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterKeyCopierImpl.java131 return targetBuilder.setAdCounterIntKeys(keys); in copyAdCounterKeys()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDataHandlersFixture.java175 .setAdCounterIntKeys(WINNING_CUSTOM_AUDIENCE_ALL_FIELDS_SET.getAdCounterKeys())