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.java242 return !mEntry.isRowDismissed() && !shouldSuppressNotification() in showInShadeWhenBubble()
423 private boolean shouldSuppressNotification() { in shouldSuppressNotification() method in Bubble
448 pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification()); in dump()