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.java234 boolean showAmbient, boolean hideDismissed, in shouldShowNotificationIcon() argument
247 if (mEntryManager.getNotificationData().isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()
266 if (!showAmbient && entry.shouldSuppressStatusBar()) { in shouldShowNotificationIcon()
344 NotificationIconContainer hostLayout, boolean showAmbient, in updateIconsForLayout() argument
355 if (shouldShowNotificationIcon(ent, showAmbient, hideDismissed, in updateIconsForLayout()
/frameworks/base/core/java/android/app/
DNotificationManager.java1967 public boolean showAmbient() { in showAmbient() method in NotificationManager.Policy