HomeSort by relevance Sort by last modified time
    Searched refs:METRIC_LAST_EVENT_TIME (Results 1 - 2 of 2) sorted by null

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java 39 public static final String METRIC_LAST_EVENT_TIME = "last_event_time";
47 Arrays.asList(new String[]{METRIC_LAST_EVENT_TIME, METRIC_COUNT}));
73 final String lastTimePrefKey = getPrefKey(suggestionId, eventType, METRIC_LAST_EVENT_TIME);
SuggestionFeaturizer.java 75 SuggestionEventStore.METRIC_LAST_EVENT_TIME);
78 SuggestionEventStore.METRIC_LAST_EVENT_TIME);
81 SuggestionEventStore.METRIC_LAST_EVENT_TIME);

Completed in 696 milliseconds