Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java699 return !shouldSuppressNotification() || !mIsDismissable; in showInShade()
786 && !shouldSuppressNotification(); in showDot()
795 && !shouldSuppressNotification() in showFlyout()
913 private boolean shouldSuppressNotification() { in shouldSuppressNotification() method in Bubble
973 pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification()); in dump()