Searched refs:getFreshnessMs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 50 if (record.getFreshnessMs(System.currentTimeMillis()) < HANG_TIME_MS in process()
|
D | NotificationRecord.java | 981 return getFreshnessMs(now) <= MAX_SOUND_DELAY_MS; in isNewEnoughForAlerting() 1035 public int getFreshnessMs(long now) { in getFreshnessMs() method in NotificationRecord 1078 MetricsLogger.histogram(mContext, "note_freshness", getFreshnessMs(now)); in setVisibility() 1082 getFreshnessMs(now), in setVisibility() 1517 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_UPDATE_MILLIS, getFreshnessMs(now)) in getLogMaker()
|
D | NotificationManagerService.java | 1274 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 1319 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 9788 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordTest.java | 645 assertEquals(record.getFreshnessMs(timestamp), in testLogMaker()
|
/frameworks/base/services/ |
D | art-wear-profile | 16245 PLcom/android/server/notification/NotificationRecord;->getFreshnessMs(J)I
|