Home
last modified time | relevance | path

Searched refs:getCountOfEncryptedTopics (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DTopicsEncryptionGetTopicsReportedStats.java25 public abstract int getCountOfEncryptedTopics(); in getCountOfEncryptedTopics() method in TopicsEncryptionGetTopicsReportedStats
DTopicsEncryptionEpochComputationReportedStats.java31 public abstract int getCountOfEncryptedTopics(); in getCountOfEncryptedTopics() method in TopicsEncryptionEpochComputationReportedStats
DStatsdAdServicesLogger.java812 stats.getCountOfEncryptedTopics(), in logTopicsEncryptionEpochComputationReportedStats()
823 stats.getCountOfEncryptedTopics(), in logTopicsEncryptionGetTopicsReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DTopicsEncryptionGetTopicsReportedStatsTest.java36 expect.that(stats.getCountOfEncryptedTopics()).isEqualTo(COUNT_OF_ENCRYPTED_TOPICS); in testBuildTopicsEncryptionGetTopicsReportedStats()
DTopicsEncryptionEpochComputationReportedStatsTest.java49 expect.that(stats.getCountOfEncryptedTopics()).isEqualTo(COUNT_OF_ENCRYPTED_TOPICS); in testBuildTopicsEncryptionEpochComputationReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DEpochManagerTest.java881 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(4); in testProcessEpoch_enableEncryptedTopics_encryptionSucceed()
976 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(0); in testProcessEpoch_enableEncryptedTopics_encryptionFailed()
DCacheManagerTest.java1037 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(2); in testGetTopics_enableEncryption_success()
1130 assertThat(stats.getCountOfEncryptedTopics()).isEqualTo(1); in testGetTopics_enableEncryption_missingEncryptedTopics()