Searched refs:mNotifStats (Results 1 – 1 of 1) sorted by relevance
356 private NotifStats mNotifStats = NotifStats.getEmpty(); field in NotificationStackScrollLayoutController1130 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;