OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_CLICKED
(Results
1 - 3
of
3
) sorted by null
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java
38
public static final String
EVENT_CLICKED
= "clicked";
45
Arrays.asList(new String[]{EVENT_SHOWN, EVENT_DISMISSED,
EVENT_CLICKED
}));
SuggestionFeaturizer.java
80
SuggestionEventStore.
EVENT_CLICKED
,
96
SuggestionEventStore.
EVENT_CLICKED
, SuggestionEventStore.METRIC_COUNT)));
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
SuggestionFeatureProvider.java
83
SuggestionEventStore.get(context).writeEvent(id, SuggestionEventStore.
EVENT_CLICKED
);
Completed in 608 milliseconds