Home
last modified time | relevance | path

Searched refs: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
133 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
145 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
151 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
152 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
247 if (!mCurrentlyVisibleNotifications.isEmpty()) { in stopNotificationLogging()
249 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local
250 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()