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