Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DAppUpdateManager.java523 Map<Integer, Set<String>> topTopicsToContributorsMap = in handleTopTopicsWithoutContributors() local
534 && topTopicsToContributorsMap.containsKey( in handleTopTopicsWithoutContributors()
538 && topTopicsToContributorsMap in handleTopTopicsWithoutContributors()
542 && topTopicsToContributorsMap in handleTopTopicsWithoutContributors()
DEpochManager.java251 Map<Integer, Set<String>> topTopicsToContributorsMap = in processEpoch() local
254 mTopicsDao.persistTopicContributors(currentEpochId, topTopicsToContributorsMap); in processEpoch()