Home
last modified time | relevance | path

Searched refs:TopicsEncryptionEpochComputationReportedStats (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DTopicsEncryptionEpochComputationReportedStats.java23 public abstract class TopicsEncryptionEpochComputationReportedStats { class
64 public abstract TopicsEncryptionEpochComputationReportedStats build(); in build()
DAdServicesLogger.java225 TopicsEncryptionEpochComputationReportedStats stats); in logTopicsEncryptionEpochComputationReportedStats()
DNoOpLoggerImpl.java208 TopicsEncryptionEpochComputationReportedStats stats) {} in logTopicsEncryptionEpochComputationReportedStats()
DAdServicesLoggerImpl.java360 TopicsEncryptionEpochComputationReportedStats stats) { in logTopicsEncryptionEpochComputationReportedStats()
DStatsdAdServicesLogger.java807 TopicsEncryptionEpochComputationReportedStats stats) { in logTopicsEncryptionEpochComputationReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DTopicsEncryptionEpochComputationReportedStatsTest.java33 TopicsEncryptionEpochComputationReportedStats stats = in testBuildTopicsEncryptionEpochComputationReportedStats()
34 TopicsEncryptionEpochComputationReportedStats.builder() in testBuildTopicsEncryptionEpochComputationReportedStats()
DAdServicesLoggerImplTest.java1048 TopicsEncryptionEpochComputationReportedStats stats = in testLogTopicsEncryptionEpochComputationReportedStats()
1049 TopicsEncryptionEpochComputationReportedStats.builder() in testLogTopicsEncryptionEpochComputationReportedStats()
DStatsdAdServicesLoggerTest.java2022 TopicsEncryptionEpochComputationReportedStats stats = in testLogTopicsEncryptionEpochComputationReportedStats_success()
2023 TopicsEncryptionEpochComputationReportedStats.builder() in testLogTopicsEncryptionEpochComputationReportedStats_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DEpochManagerTest.java50 import com.android.adservices.service.stats.TopicsEncryptionEpochComputationReportedStats;
786 ArgumentCaptor<TopicsEncryptionEpochComputationReportedStats> argumentCaptor = in testProcessEpoch_enableEncryptedTopics_encryptionSucceed()
787 ArgumentCaptor.forClass(TopicsEncryptionEpochComputationReportedStats.class); in testProcessEpoch_enableEncryptedTopics_encryptionSucceed()
878 TopicsEncryptionEpochComputationReportedStats stats = argumentCaptor.getValue(); in testProcessEpoch_enableEncryptedTopics_encryptionSucceed()
895 ArgumentCaptor<TopicsEncryptionEpochComputationReportedStats> argumentCaptor = in testProcessEpoch_enableEncryptedTopics_encryptionFailed()
896 ArgumentCaptor.forClass(TopicsEncryptionEpochComputationReportedStats.class); in testProcessEpoch_enableEncryptedTopics_encryptionFailed()
973 TopicsEncryptionEpochComputationReportedStats stats = argumentCaptor.getValue(); in testProcessEpoch_enableEncryptedTopics_encryptionFailed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEpochManager.java40 import com.android.adservices.service.stats.TopicsEncryptionEpochComputationReportedStats;
300 TopicsEncryptionEpochComputationReportedStats.builder() in processEpoch()