Home
last modified time | relevance | path

Searched refs:mNotifStats (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java310 private NotifStats mNotifStats = NotifStats.getEmpty(); field in NotificationStackScrollLayoutController
1021 return mNotifStats.getNumActiveNotifs(); in getVisibleNotificationCount()
1369 ? mNotifStats.getHasClearableAlertingNotifs() in hasNotifications()
1370 : mNotifStats.getHasNonClearableAlertingNotifs(); in hasNotifications()
1372 ? mNotifStats.getHasClearableSilentNotifs() in hasNotifications()
1373 : mNotifStats.getHasNonClearableSilentNotifs(); in hasNotifications()
2011 mNotifStats = notifStats;