Home
last modified time | relevance | path

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

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