Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java847 public boolean shouldSuppressStatusBar() { in shouldSuppressStatusBar() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java316 if (!showAmbient && entry.shouldSuppressStatusBar()) { in shouldShowNotificationIcon()