Searched refs:visibleNotifications (Results 1 – 5 of 5) sorted by relevance
46 @Nullable List<NotificationEntry> visibleNotifications); in logPanelShown() argument74 @Nullable List<NotificationEntry> visibleNotifications) { in toNotificationProto()76 if (visibleNotifications == null) { in toNotificationProto()80 new Notifications.Notification[visibleNotifications.size()]; in toNotificationProto()82 for (NotificationEntry ne : visibleNotifications) { in toNotificationProto()
33 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument35 visibleNotifications); in logPanelShown()
38 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
437 int visibleNotifications = 0; in updateRowStatesInternal() local457 || (visibleNotifications == 0 && !isChildNotification in updateRowStatesInternal()489 visibleNotifications++; in updateRowStatesInternal()
156 for (entry in entryManager.visibleNotifications) { in resetUserExpandedStates()