Searched refs:visibleNotifications (Results 1 – 3 of 3) sorted by relevance
46 @Nullable List<NotificationEntry> visibleNotifications); in logPanelShown() argument84 @Nullable List<NotificationEntry> visibleNotifications) { in toNotificationProto()86 if (visibleNotifications == null) { in toNotificationProto()90 new Notifications.Notification[visibleNotifications.size()]; in toNotificationProto()92 for (NotificationEntry ne : visibleNotifications) { in toNotificationProto()
36 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument38 visibleNotifications); in logPanelShown()
38 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()