Home
last modified time | relevance | path

Searched refs:getFreshnessMs (Results 1 – 5 of 5) 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.java869 return getFreshnessMs(now) <= MAX_SOUND_DELAY_MS; in isNewEnoughForAlerting()
923 public int getFreshnessMs(long now) { in getFreshnessMs() method in NotificationRecord
966 MetricsLogger.histogram(mContext, "note_freshness", getFreshnessMs(now)); in setVisibility()
970 getFreshnessMs(now), in setVisibility()
1347 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_UPDATE_MILLIS, getFreshnessMs(now)) in getLogMaker()
DNotificationManagerService.java1139 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
1182 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
8457 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java507 assertEquals(record.getFreshnessMs(timestamp), in testLogMaker()
/frameworks/base/services/
Dart-profile27162 HPLcom/android/server/notification/NotificationRecord;->getFreshnessMs(J)I