Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java255 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument
274 if (!showLowPriority && entry.getImportance() < NotificationManager.IMPORTANCE_DEFAULT) { in shouldShowNotificationIcon()
381 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
392 if (shouldShowNotificationIcon(ent, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout()