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.java493 if (isSuppressed && (!bubble.isSuppressed() || !bubble.isSuppressable())) { in notificationEntryUpdated()
497 || bubble.isSuppressable() && mVisibleLocusIds.contains(locusId))) { in notificationEntryUpdated()
861 if (visible && !isAlreadySuppressed && matchingBubble.isSuppressable() in onLocusVisibilityChanged()
DBubble.java760 boolean isSuppressable() { in isSuppressable() method in Bubble
799 if (!isSuppressable()) { in setSuppressBubble()