Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java463 if (isSuppressed && (!bubble.isSuppressed() || !bubble.isSuppressable())) { in notificationEntryUpdated()
467 || bubble.isSuppressable() && mVisibleLocusIds.contains(locusId))) { in notificationEntryUpdated()
854 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
H A DBubble.java713 boolean isSuppressable() { in isSuppressable() method in Bubble
752 if (!isSuppressable()) { in setSuppressBubble()