Searched refs:showAmbient (Results 1 – 2 of 2) sorted by relevance
234 boolean showAmbient, boolean hideDismissed, in shouldShowNotificationIcon() argument247 if (mEntryManager.getNotificationData().isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()266 if (!showAmbient && entry.shouldSuppressStatusBar()) { in shouldShowNotificationIcon()344 NotificationIconContainer hostLayout, boolean showAmbient, in updateIconsForLayout() argument355 if (shouldShowNotificationIcon(ent, showAmbient, hideDismissed, in updateIconsForLayout()
1967 public boolean showAmbient() { in showAmbient() method in NotificationManager.Policy