Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinator.java72 return !mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java121 if (!mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList()) { in shouldFilterOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java384 mShouldSuppressNotificationList = entry.shouldSuppressNotificationList(); in setEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java873 public boolean shouldSuppressNotificationList() { in shouldSuppressNotificationList() method in NotificationEntry