Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DServerAuctionBackgroundKeyFetchScheduledStats.java25 public abstract class ServerAuctionBackgroundKeyFetchScheduledStats { class
56 public abstract ServerAuctionBackgroundKeyFetchScheduledStats build(); in build()
DAdServicesLogger.java248 ServerAuctionBackgroundKeyFetchScheduledStats stats); in logServerAuctionBackgroundKeyFetchScheduledStats()
DNoOpLoggerImpl.java222 ServerAuctionBackgroundKeyFetchScheduledStats stats) {} in logServerAuctionBackgroundKeyFetchScheduledStats()
DAdServicesLoggerImpl.java325 ServerAuctionBackgroundKeyFetchScheduledStats stats) { in logServerAuctionBackgroundKeyFetchScheduledStats()
DStatsdAdServicesLogger.java880 ServerAuctionBackgroundKeyFetchScheduledStats stats) { in logServerAuctionBackgroundKeyFetchScheduledStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DServerAuctionBackgroundKeyFetchScheduledStatsTest.java35 ServerAuctionBackgroundKeyFetchScheduledStats stats = in testBuildServerAuctionBackgroundKeyFetchScheduledStats()
36 ServerAuctionBackgroundKeyFetchScheduledStats.builder() in testBuildServerAuctionBackgroundKeyFetchScheduledStats()
DStatsdAdServicesLoggerTest.java2054 ServerAuctionBackgroundKeyFetchScheduledStats stats = in testLogServerAuctionBackgroundKeyFetchScheduledStats_success()
2055 ServerAuctionBackgroundKeyFetchScheduledStats.builder() in testLogServerAuctionBackgroundKeyFetchScheduledStats_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorkerTest.java62 import com.android.adservices.service.stats.ServerAuctionBackgroundKeyFetchScheduledStats;
108 private ArgumentCaptor<ServerAuctionBackgroundKeyFetchScheduledStats>
293 ServerAuctionBackgroundKeyFetchScheduledStats
352 ServerAuctionBackgroundKeyFetchScheduledStats
402 ServerAuctionBackgroundKeyFetchScheduledStats
453 ServerAuctionBackgroundKeyFetchScheduledStats
522 ServerAuctionBackgroundKeyFetchScheduledStats
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java43 import com.android.adservices.service.stats.ServerAuctionBackgroundKeyFetchScheduledStats;
170 ServerAuctionBackgroundKeyFetchScheduledStats.builder() in fetchNewKeys()
250 ServerAuctionBackgroundKeyFetchScheduledStats.builder() in fetchNewKeys()