Searched refs:getExposureMs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 870 public int getExposureMs(long now) { in getExposureMs() method in NotificationRecord 1250 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_VISIBLE_MILLIS, getExposureMs(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 | 449 assertEquals(record.getExposureMs(timestamp), in testLogMaker()
|