Home
last modified time | relevance | path

Searched refs:EVENT_CLICKED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java38 public static final String EVENT_CLICKED = "clicked"; field in SuggestionEventStore
45 Arrays.asList(new String[]{EVENT_SHOWN, EVENT_DISMISSED, EVENT_CLICKED}));
DSuggestionFeaturizer.java80 SuggestionEventStore.EVENT_CLICKED, in featurize()
96 SuggestionEventStore.EVENT_CLICKED, SuggestionEventStore.METRIC_COUNT))); in featurize()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionFeatureProvider.java83 SuggestionEventStore.get(context).writeEvent(id, SuggestionEventStore.EVENT_CLICKED); in markSuggestionLaunched()