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/
DNotificationLogger.java48 private final ArraySet<NotificationVisibility> mCurrentlyVisibleNotifications = field in NotificationLogger
111 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(visObj);
123 mTmpNoLongerVisibleNotifications.addAll(mCurrentlyVisibleNotifications);
129 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications);
130 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);
153 if (!mCurrentlyVisibleNotifications.isEmpty()) { in stopNotificationLogging()
155 Collections.emptyList(), mCurrentlyVisibleNotifications); in stopNotificationLogging() local
156 recycleAllVisibilityObjects(mCurrentlyVisibleNotifications); in stopNotificationLogging()