Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java47 Ranking ranking, boolean isClearable, boolean shouldSuppressNotificationDot, in BubbleEntry() argument
53 mShouldSuppressNotificationDot = shouldSuppressNotificationDot; in BubbleEntry()
124 public boolean shouldSuppressNotificationDot() { in shouldSuppressNotificationDot() method in BubbleEntry
H A DBubble.java488 mShouldSuppressNotificationDot = entry.shouldSuppressNotificationDot(); in setEntry()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java873 public boolean shouldSuppressNotificationDot() { in shouldSuppressNotificationDot() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java765 e.shouldSuppressNotificationDot(), e.shouldSuppressNotificationList(),