Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLoggerImpl.java78 notificationReported.post_duration_millis, in writeNotificationReportedAtom()
H A DNotificationRecordLogger.java502 @DurationMillisLong long post_duration_millis; // Not final; calculated at the end. field in NotificationRecordLogger.NotificationReported
H A DNotificationManagerService.java10984 report.post_duration_millis = postDurationMillis;
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java117 callRecord.postDurationMillisLogged = nr.post_duration_millis; in logNotificationPosted()