Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java48 boolean shouldSuppressNotificationList, boolean shouldSuppressPeek) { in BubbleEntry() argument
54 mShouldSuppressNotificationList = shouldSuppressNotificationList; in BubbleEntry()
132 public boolean shouldSuppressNotificationList() { in shouldSuppressNotificationList() method in BubbleEntry
DBubble.java661 mShouldSuppressNotificationList = entry.shouldSuppressNotificationList(); in setEntry()
DBubbleController.java1637 if (notif.shouldSuppressNotificationList()) { in updateBubble()
1755 if (entry != null && (entry.shouldSuppressNotificationList() in onRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinator.java190 return !mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java884 public boolean shouldSuppressNotificationList() { in shouldSuppressNotificationList() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java679 e.shouldSuppressNotificationDot(), e.shouldSuppressNotificationList(),