Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java491 return !shouldSuppressNotification() || !mIsClearable; in showInShade()
535 && !shouldSuppressNotification(); in showDot()
543 && !shouldSuppressNotification() in showFlyout()
647 private boolean shouldSuppressNotification() { in shouldSuppressNotification() method in Bubble
698 pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification()); in dump()