Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java570 return !shouldSuppressNotification() || !mIsClearable; in showInShade()
650 && !shouldSuppressNotification(); in showDot()
659 && !shouldSuppressNotification() in showFlyout()
764 private boolean shouldSuppressNotification() { in shouldSuppressNotification() method in Bubble
816 pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification()); in dump()