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

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java 36 public static final String EVENT_SHOWN = "shown";
45 Arrays.asList(new String[]{EVENT_SHOWN, EVENT_DISMISSED, EVENT_CLICKED}));
SuggestionFeaturizer.java 74 SuggestionEventStore.EVENT_SHOWN,
92 SuggestionEventStore.EVENT_SHOWN, SuggestionEventStore.METRIC_COUNT)));
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
SuggestionFeatureProvider.java 55 eventStore.writeEvent(suggestion.getId(), SuggestionEventStore.EVENT_SHOWN);

Completed in 58 milliseconds