Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerImpl.java48 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()
58 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
DNotificationPanelLogger.java90 static Notifications.NotificationList toNotificationProto( in toNotificationProto() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java45 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt141 activeNotifications.toNotificationProto() in <lambda>()
305 private fun List<ActiveNotificationModel>.toNotificationProto(): Notifications.NotificationList { in toNotificationProto() method