Home
last modified time | relevance | path

Searched refs:isSuppressable (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java357 if (isSuppressed && (!bubble.isSuppressed() || !bubble.isSuppressable())) { in notificationEntryUpdated()
361 || bubble.isSuppressable() && mVisibleLocusIds.contains(locusId))) { in notificationEntryUpdated()
661 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
H A DBubble.java576 boolean isSuppressable() { in isSuppressable() method in Bubble
608 if (!isSuppressable()) { in setSuppressBubble()