Searched refs:topicsTaxonomy (Results 1 – 2 of 2) sorted by relevance
400 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in testGetTopicsTaxonomy_onDeviceClassifier() local403 assertThat(topicsTaxonomy).containsExactlyElementsIn(onDeviceTaxonomy); in testGetTopicsTaxonomy_onDeviceClassifier()418 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in testGetTopicsTaxonomy_precomputedClassifier() local421 assertThat(topicsTaxonomy).containsExactlyElementsIn(precomputedTaxonomy); in testGetTopicsTaxonomy_precomputedClassifier()
635 List<Integer> topicsTaxonomy = mClassifierManager.getTopicsTaxonomy(); in getTopicIdForLogging() local641 int taxonomySize = topicsTaxonomy.size(); in getTopicIdForLogging()663 randomTopicId = topicsTaxonomy.get(mRandom.nextInt(taxonomySize)); in getTopicIdForLogging()