Searched refs:getLifespanMs (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 680 public int getLifespanMs(long now) { in getLifespanMs() method in NotificationRecord 707 getLifespanMs(now), in setVisibility() 866 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_CREATE_MILLIS, getLifespanMs(now)) in getLogMaker()
|
D | NotificationManagerService.java | 573 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now)); 598 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now)); 690 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now)); 4340 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now)); in cancelNotificationLocked()
|