Searched refs:getLifespanMs (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 1026 public int getLifespanMs(long now) { in getLifespanMs() method in NotificationRecord 1064 getLifespanMs(now), in setVisibility() 1461 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_CREATE_MILLIS, getLifespanMs(now)) in getLogMaker()
|
H A D | NotificationManagerService.java | 1155 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 1200 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now), 9419 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordTest.java | 509 assertEquals(record.getLifespanMs(timestamp), in testLogMaker()
|