Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java356 private NotifStats mNotifStats = NotifStats.getEmpty(); field in NotificationStackScrollLayoutController
1130 return mNotifStats.getNumActiveNotifs(); in getVisibleNotificationCount()
1516 ? mNotifStats.getHasClearableAlertingNotifs() in hasNotifications()
1517 : mNotifStats.getHasNonClearableAlertingNotifs(); in hasNotifications()
1519 ? mNotifStats.getHasClearableSilentNotifs() in hasNotifications()
1520 : mNotifStats.getHasNonClearableSilentNotifs(); in hasNotifications()
2131 mNotifStats = notifStats;