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

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionFeaturizer.java 73 Long lastShownTime = mEventStore.readMetric(id,
76 Long lastDismissedTime = mEventStore.readMetric(id,
79 Long lastClickedTime = mEventStore.readMetric(id,
91 featureMap.put(FEATURE_SHOWN_COUNT, normalizedCount(mEventStore.readMetric(id,
93 featureMap.put(FEATURE_DISMISSED_COUNT, normalizedCount(mEventStore.readMetric(id,
95 featureMap.put(FEATURE_CLICKED_COUNT, normalizedCount(mEventStore.readMetric(id,
SuggestionEventStore.java 87 public long readMetric(String suggestionId, String eventType, String metricType) {

Completed in 525 milliseconds