Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt105 val hasNonClearableSilentNotifications: StateFlow<Boolean> = in <lambda>() constant
106 viewModel.hasNonClearableSilentNotifications.stateIn(this) in <lambda>()
107 launch { reinflateAndBindFooter(view, hasNonClearableSilentNotifications) } in <lambda>()
110 bindSilentHeaderClickListener(view, hasNonClearableSilentNotifications) in <lambda>()
137 hasNonClearableSilentNotifications: StateFlow<Boolean> in <lambda>()
155 hasNonClearableSilentNotifications in <lambda>()
169 hasNonClearableSilentNotifications: StateFlow<Boolean> in <lambda>()
180 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()
224 hasNonClearableSilentNotifications: StateFlow<Boolean>, in <lambda>()
235 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt205 val hasNonClearable by collectLastValue(underTest.hasNonClearableSilentNotifications) in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs()
223 val hasNonClearable by collectLastValue(underTest.hasNonClearableSilentNotifications) in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt248 val hasNonClearableSilentNotifications: Flow<Boolean> by lazy { in <lambda>() constant
252 activeNotificationsInteractor.hasNonClearableSilentNotifications.dumpWhileCollecting( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt111 val hasNonClearableSilentNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor