Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/classifier/
DClassifierManagerTest.java400 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in testGetTopicsTaxonomy_onDeviceClassifier() local
403 assertThat(topicsTaxonomy).containsExactlyElementsIn(onDeviceTaxonomy); in testGetTopicsTaxonomy_onDeviceClassifier()
418 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in testGetTopicsTaxonomy_precomputedClassifier() local
421 assertThat(topicsTaxonomy).containsExactlyElementsIn(precomputedTaxonomy); in testGetTopicsTaxonomy_precomputedClassifier()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEpochManager.java635 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in getTopicIdForLogging() local
641 int taxonomySize = topicsTaxonomy.size(); in getTopicIdForLogging()
663 randomTopicId = topicsTaxonomy.get(mRandom.nextInt(taxonomySize)); in getTopicIdForLogging()