Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java46 @Nullable List<NotificationEntry> visibleNotifications); in logPanelShown() argument
74 @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()
DNotificationPanelLoggerImpl.java33 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument
35 visibleNotifications); in logPanelShown()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java38 List<NotificationEntry> visibleNotifications) { in logPanelShown() argument
40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java437 int visibleNotifications = 0; in updateRowStatesInternal() local
457 || (visibleNotifications == 0 && !isChildNotification in updateRowStatesInternal()
489 visibleNotifications++; in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt156 for (entry in entryManager.visibleNotifications) { in resetUserExpandedStates()