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 | 869 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()
|
D | NotificationManagerService.java | 1139 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/ |
D | NotificationRecordTest.java | 507 assertEquals(record.getFreshnessMs(timestamp), in testLogMaker()
|
/frameworks/base/services/ |
D | art-profile | 27162 HPLcom/android/server/notification/NotificationRecord;->getFreshnessMs(J)I
|