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.java746 return !shouldSuppressNotification() || !mIsDismissable; in showInShade()
833 && !shouldSuppressNotification(); in showDot()
842 && !shouldSuppressNotification() in showFlyout()
959 private boolean shouldSuppressNotification() { in shouldSuppressNotification() method in Bubble
1019 pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification()); in dump()