Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java50 if (record.getFreshnessMs(System.currentTimeMillis()) < HANG_TIME_MS in process()
H A DNotificationRecord.java894 return getFreshnessMs(now) <= MAX_SOUND_DELAY_MS; in isNewEnoughForAlerting()
948 public int getFreshnessMs(long now) { in getFreshnessMs() method in NotificationRecord
991 MetricsLogger.histogram(mContext, "note_freshness", getFreshnessMs(now)); in setVisibility()
995 getFreshnessMs(now), in setVisibility()
1376 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_UPDATE_MILLIS, getFreshnessMs(now)) in getLogMaker()
H A DNotificationManagerService.java1072 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
1115 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
8477 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java507 assertEquals(record.getFreshnessMs(timestamp), in testLogMaker()
/aosp12/frameworks/base/services/
H A Dart-profile27162 HPLcom/android/server/notification/NotificationRecord;->getFreshnessMs(J)I