Home
last modified time | relevance | path

Searched refs:METRIC_LAST_EVENT_TIME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java39 public static final String METRIC_LAST_EVENT_TIME = "last_event_time"; field in SuggestionEventStore
47 Arrays.asList(new String[]{METRIC_LAST_EVENT_TIME, METRIC_COUNT}));
73 final String lastTimePrefKey = getPrefKey(suggestionId, eventType, METRIC_LAST_EVENT_TIME); in writeEvent()
DSuggestionFeaturizer.java75 SuggestionEventStore.METRIC_LAST_EVENT_TIME); in featurize()
78 SuggestionEventStore.METRIC_LAST_EVENT_TIME); in featurize()
81 SuggestionEventStore.METRIC_LAST_EVENT_TIME); in featurize()