Loading services/core/java/com/android/server/notification/NotificationRecordLoggerImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ class NotificationRecordLoggerImpl implements NotificationRecordLogger { notificationReported.is_ongoing, notificationReported.is_foreground_service, notificationReported.timeout_millis, notificationReported.is_non_dismissible); notificationReported.is_non_dismissible, notificationReported.post_duration_millis); } @Override Loading Loading
services/core/java/com/android/server/notification/NotificationRecordLoggerImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ class NotificationRecordLoggerImpl implements NotificationRecordLogger { notificationReported.is_ongoing, notificationReported.is_foreground_service, notificationReported.timeout_millis, notificationReported.is_non_dismissible); notificationReported.is_non_dismissible, notificationReported.post_duration_millis); } @Override Loading