Home
last modified time | relevance | path

Searched refs:visibleNotifications (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java53 @Nullable List<NotificationEntry> visibleNotifications); in logPanelShown() argument
91 @Nullable List<NotificationEntry> visibleNotifications) { in toNotificationProto()
93 if (visibleNotifications == null) { in toNotificationProto()
97 new Notifications.Notification[visibleNotifications.size()]; in toNotificationProto()
99 for (NotificationEntry ne : visibleNotifications) { in toNotificationProto()
DNotificationPanelLoggerImpl.java46 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument
49 visibleNotifications); in logPanelShown()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java43 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument
45 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()