Home
last modified time | relevance | path

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

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java40 public static final String METRIC_COUNT = "count"; field in SuggestionEventStore
47 Arrays.asList(new String[]{METRIC_LAST_EVENT_TIME, METRIC_COUNT}));
74 final String countPrefKey = getPrefKey(suggestionId, eventType, METRIC_COUNT); in writeEvent()
DSuggestionFeaturizer.java92 SuggestionEventStore.EVENT_SHOWN, SuggestionEventStore.METRIC_COUNT))); in featurize()
94 SuggestionEventStore.EVENT_DISMISSED, SuggestionEventStore.METRIC_COUNT))); in featurize()
96 SuggestionEventStore.EVENT_CLICKED, SuggestionEventStore.METRIC_COUNT))); in featurize()