HomeSort by relevance Sort by last modified time
    Searched refs:METRIC_COUNT (Results 1 - 2 of 2) sorted by null

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java 40 public static final String METRIC_COUNT = "count";
47 Arrays.asList(new String[]{METRIC_LAST_EVENT_TIME, METRIC_COUNT}));
74 final String countPrefKey = getPrefKey(suggestionId, eventType, METRIC_COUNT);
SuggestionFeaturizer.java 92 SuggestionEventStore.EVENT_SHOWN, SuggestionEventStore.METRIC_COUNT)));
94 SuggestionEventStore.EVENT_DISMISSED, SuggestionEventStore.METRIC_COUNT)));
96 SuggestionEventStore.EVENT_CLICKED, SuggestionEventStore.METRIC_COUNT)));

Completed in 64 milliseconds