Home
last modified time | relevance | path

Searched refs:getExposureMs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java870 public int getExposureMs(long now) { in getExposureMs() method in NotificationRecord
1250 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_VISIBLE_MILLIS, getExposureMs(now)) in getLogMaker()
DNotificationManagerService.java812 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/
DNotificationRecordTest.java449 assertEquals(record.getExposureMs(timestamp), in testLogMaker()