Searched refs:EVENT_SHOWN (Results 1 – 3 of 3) sorted by relevance
36 public static final String EVENT_SHOWN = "shown"; field in SuggestionEventStore45 Arrays.asList(new String[]{EVENT_SHOWN, EVENT_DISMISSED, EVENT_CLICKED}));
74 SuggestionEventStore.EVENT_SHOWN, in featurize()92 SuggestionEventStore.EVENT_SHOWN, SuggestionEventStore.METRIC_COUNT))); in featurize()
55 eventStore.writeEvent(suggestion.getId(), SuggestionEventStore.EVENT_SHOWN); in getSuggestions()