Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java50 if (record.getFreshnessMs(System.currentTimeMillis()) < HANG_TIME_MS in process()
DNotificationRecord.java769 public int getFreshnessMs(long now) { in getFreshnessMs() method in NotificationRecord
803 MetricsLogger.histogram(mContext, "note_freshness", getFreshnessMs(now)); in setVisibility()
807 getFreshnessMs(now), in setVisibility()
1118 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_UPDATE_MILLIS, getFreshnessMs(now)) in getLogMaker()