Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java356 if (isSuppressed && (!bubble.isSuppressed() || !bubble.isSuppressable())) { in notificationEntryUpdated()
360 || bubble.isSuppressable() && mVisibleLocusIds.contains(locusId))) { in notificationEntryUpdated()
660 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
DBubble.java584 boolean isSuppressable() { in isSuppressable() method in Bubble
616 if (!isSuppressable()) { in setSuppressBubble()