Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java195 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument
203 if (mEntryManager.getNotificationData().isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()
225 if ((!showAmbient || mFullyDark) && entry.shouldSuppressStatusBar()) { in shouldShowNotificationIcon()
301 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
312 if (shouldShowNotificationIcon(ent, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout()
/frameworks/base/core/java/android/app/
DNotificationManager.java1948 public boolean showAmbient() { in showAmbient() method in NotificationManager.Policy