Searched refs:showLowPriority (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 195 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument 209 if (!showLowPriority && !entry.isHighPriority()) { in shouldShowNotificationIcon() 301 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument 312 if (shouldShowNotificationIcon(ent, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout()
|