Searched refs:getExposureMs (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1051 public int getExposureMs(long now) { in getExposureMs() method in NotificationRecord 1518 .addTaggedData(MetricsEvent.NOTIFICATION_SINCE_VISIBLE_MILLIS, getExposureMs(now)) in getLogMaker()
|
D | NotificationManagerService.java | 1274 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/ |
D | NotificationRecordTest.java | 647 assertEquals(record.getExposureMs(timestamp), in testLogMaker()
|
/frameworks/base/services/ |
D | art-wear-profile | 16243 PLcom/android/server/notification/NotificationRecord;->getExposureMs(J)I
|