Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1051 public int getExposureMs(long now) { in getExposureMs() method in NotificationRecord
1518 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_VISIBLE_MILLIS, getExposureMs(now)) in getLogMaker()
DNotificationManagerService.java1274 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
1319 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
9788 r.getLifespanMs(now), r.getFreshnessMs(now), r.getExposureMs(now),
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java647 assertEquals(record.getExposureMs(timestamp), in testLogMaker()
/frameworks/base/services/
Dart-wear-profile16243 PLcom/android/server/notification/NotificationRecord;->getExposureMs(J)I