Searched refs:getLifespanMs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 862 public int getLifespanMs(long now) { in getLifespanMs() method in NotificationRecord 895 getLifespanMs(now), in setVisibility() 1248 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_CREATE_MILLIS, getLifespanMs(now)) in getLogMaker()
|
D | NotificationManagerService.java | 812 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 852 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 6797 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordTest.java | 445 assertEquals(record.getLifespanMs(timestamp), in testLogMaker()
|