Home
last modified time | relevance | path

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

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionFeaturizer.java45 public static final String FEATURE_CLICKED_COUNT = "clicked_count"; field in SuggestionFeaturizer
95 featureMap.put(FEATURE_CLICKED_COUNT, normalizedCount(mEventStore.readMetric(id, in featurize()