Home
last modified time | relevance | path

Searched defs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java73 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in NotificationLogger
252 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local