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.java69 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in NotificationLogger
141 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
153 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
159 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
160 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
265 if (!mCurrentlyVisibleNotifications.isEmpty()) { in stopNotificationLogging()
267 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local
268 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()