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