Searched refs:CLASSIFIER_NUMBER_OF_TOP_LABELS (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.adservices.service.Flags.CLASSIFIER_NUMBER_OF_TOP_LABELS;183 assertThat(classifications.get(appPackage1)).hasSize(CLASSIFIER_NUMBER_OF_TOP_LABELS); in testClassify_emptyClassifierInput_returnsDefaultClassifications()239 assertThat(classifications.get(appPackage2)).hasSize(CLASSIFIER_NUMBER_OF_TOP_LABELS); in testClassify_successfulClassifications()465 assertThat(secondClassifications.get(appPackage1)).hasSize(CLASSIFIER_NUMBER_OF_TOP_LABELS); in testClassify_successfulClassificationsForUpdatedClassifierInput()
203 int CLASSIFIER_NUMBER_OF_TOP_LABELS = 3; field207 return CLASSIFIER_NUMBER_OF_TOP_LABELS; in getClassifierNumberOfTopLabels()
312 CLASSIFIER_NUMBER_OF_TOP_LABELS)); in getClassifierNumberOfTopLabels()
37 import static com.android.adservices.service.Flags.CLASSIFIER_NUMBER_OF_TOP_LABELS;1140 CLASSIFIER_NUMBER_OF_TOP_LABELS, in testGetClassifierNumberOfTopLabels()