Searched refs:EVENT_CLICKED (Results 1 – 3 of 3) sorted by relevance
38 public static final String EVENT_CLICKED = "clicked"; field in SuggestionEventStore45 Arrays.asList(new String[]{EVENT_SHOWN, EVENT_DISMISSED, EVENT_CLICKED}));
80 SuggestionEventStore.EVENT_CLICKED, in featurize()96 SuggestionEventStore.EVENT_CLICKED, SuggestionEventStore.METRIC_COUNT))); in featurize()
83 SuggestionEventStore.get(context).writeEvent(id, SuggestionEventStore.EVENT_CLICKED); in markSuggestionLaunched()