Searched refs:visibleNotifications (Results 1 – 3 of 3) sorted by relevance
53 @Nullable List<NotificationEntry> visibleNotifications); in logPanelShown() argument91 @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()
46 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument49 visibleNotifications); in logPanelShown()
43 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument45 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()