Searched defs:getFreshnessMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java769 public int getFreshnessMs(long now) { method in class:NotificationRecord
803 MetricsLogger.histogram(mContext, "note_freshness", getFreshnessMs(now));
807 getFreshnessMs(now),
1118 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_UPDATE_MILLIS, getFreshnessMs(now))

Completed in 12 milliseconds