Home
last modified time | relevance | path

Searched refs:countAuctionUrls (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java182 int countAuctionUrls = 0; in fetchNewKeys() local
207 countAuctionUrls = allowedUrls.size(); in fetchNewKeys()
220 countAuctionUrls = 1; in fetchNewKeys()
245 countAuctionUrls + countJoinUrls > 0 in fetchNewKeys()
252 .setCountAuctionUrls(countAuctionUrls) in fetchNewKeys()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DServerAuctionBackgroundKeyFetchScheduledStats.java50 public abstract Builder setCountAuctionUrls(int countAuctionUrls); in setCountAuctionUrls() argument