Home
last modified time | relevance | path

Searched refs:countOfEncryptedTopics (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEpochManager.java267 int countOfEncryptedTopics = 0; in processEpoch() local
281 countOfEncryptedTopics = encryptedTopicMapTopics.size(); in processEpoch()
282 sLogger.v("encryptedTopicMapTopics size is %d", countOfEncryptedTopics); in processEpoch()
303 countOfTopicsBeforeEncryption - countOfEncryptedTopics) in processEpoch()
304 .setCountOfEncryptedTopics(countOfEncryptedTopics) in processEpoch()
DCacheManager.java171 int countOfEncryptedTopics = 0; in loadCache() local
179 countOfEncryptedTopics = in loadCache()
191 .setCountOfEncryptedTopics(countOfEncryptedTopics) in loadCache()