Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt151 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasClearableSilentNotifs()
169 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasNoClearableNotifs()
187 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasAlertingNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt226 val hasClearableAlertingNotifications: StateFlow<Boolean> = in <lambda>() constant
227 viewModel.hasClearableAlertingNotifications.stateIn(this) in <lambda>()
232 closeShade = !hasClearableAlertingNotifications.value, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt238 val hasClearableAlertingNotifications: Flow<Boolean> by lazy { in <lambda>() constant
242 activeNotificationsInteractor.hasClearableAlertingNotifications.dumpWhileCollecting( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt105 val hasClearableAlertingNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor