Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorkerTest.java298 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountAuctionUrls())
357 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountAuctionUrls())
407 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountAuctionUrls())
458 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountAuctionUrls())
527 assertThat(serverAuctionBackgroundKeyFetchScheduledStats.getCountAuctionUrls())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DServerAuctionBackgroundKeyFetchScheduledStats.java31 public abstract int getCountAuctionUrls(); in getCountAuctionUrls() method in ServerAuctionBackgroundKeyFetchScheduledStats
DStatsdAdServicesLogger.java884 stats.getCountAuctionUrls(), in logServerAuctionBackgroundKeyFetchScheduledStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DServerAuctionBackgroundKeyFetchScheduledStatsTest.java43 expect.that(stats.getCountAuctionUrls()).isEqualTo(COUNT_AUCTION_URLS); in testBuildServerAuctionBackgroundKeyFetchScheduledStats()