Searched refs:shouldSuppressNotificationList (Results 1 – 4 of 4) sorted by relevance
72 return !mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList();
121 if (!mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList()) { in shouldFilterOut()
384 mShouldSuppressNotificationList = entry.shouldSuppressNotificationList(); in setEntry()
873 public boolean shouldSuppressNotificationList() { in shouldSuppressNotificationList() method in NotificationEntry