Home
last modified time | relevance | path

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

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