Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt51 showLowPriority: Boolean = true, in <lambda>()
68 showLowPriority = showLowPriority, in <lambda>()
84 showLowPriority: Boolean, in <lambda>()
94 !showLowPriority && model.isSilent -> false in <lambda>()
140 showLowPriority = showSilentIcons, in showSilentIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java265 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument
273 if (!showLowPriority && mSectionStyleProvider.isSilent(entry)) { in shouldShowNotificationIcon()
369 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
377 if (shouldShowNotificationIcon(entry, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt116 val filteredSet by collectLastValue(underTest.filteredNotifSet(showLowPriority = false)) in filteredEntrySet_noLowPriority()