Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java119 List<NotificationEntry> activeNotifications = getVisibleNotifications();
161 private List<NotificationEntry> getVisibleNotifications() { in getVisibleNotifications() method in NotificationLogger
385 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in maybeUpdateLoggingStatus()