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

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
SuggestionFeatureProvider.java 55 eventStore.writeEvent(suggestion.getId(), SuggestionEventStore.EVENT_SHOWN);
  /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}));

Completed in 69 milliseconds