Searched refs:TopicsEncryptionEpochComputationReportedStats (Results 1 – 10 of 10) sorted by relevance
23 public abstract class TopicsEncryptionEpochComputationReportedStats { class64 public abstract TopicsEncryptionEpochComputationReportedStats build(); in build()
225 TopicsEncryptionEpochComputationReportedStats stats); in logTopicsEncryptionEpochComputationReportedStats()
208 TopicsEncryptionEpochComputationReportedStats stats) {} in logTopicsEncryptionEpochComputationReportedStats()
360 TopicsEncryptionEpochComputationReportedStats stats) { in logTopicsEncryptionEpochComputationReportedStats()
807 TopicsEncryptionEpochComputationReportedStats stats) { in logTopicsEncryptionEpochComputationReportedStats()
33 TopicsEncryptionEpochComputationReportedStats stats = in testBuildTopicsEncryptionEpochComputationReportedStats()34 TopicsEncryptionEpochComputationReportedStats.builder() in testBuildTopicsEncryptionEpochComputationReportedStats()
1048 TopicsEncryptionEpochComputationReportedStats stats = in testLogTopicsEncryptionEpochComputationReportedStats()1049 TopicsEncryptionEpochComputationReportedStats.builder() in testLogTopicsEncryptionEpochComputationReportedStats()
2022 TopicsEncryptionEpochComputationReportedStats stats = in testLogTopicsEncryptionEpochComputationReportedStats_success()2023 TopicsEncryptionEpochComputationReportedStats.builder() in testLogTopicsEncryptionEpochComputationReportedStats_success()
50 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()
40 import com.android.adservices.service.stats.TopicsEncryptionEpochComputationReportedStats;300 TopicsEncryptionEpochComputationReportedStats.builder() in processEpoch()