Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt58 activeNotificationsInteractor.hasClearableNotifications in <lambda>()
59 .combine(message.isVisible) { hasClearableNotifications, isMessageVisible -> in <lambda>() method
64 hasClearableNotifications in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt97 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in clearableNotifications_whenHasClearableAlertingNotifs()
115 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in hasClearableNotifications_whenHasClearableSilentNotifs()
133 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in testHasClearableNotifications_whenHasNoNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt99 val hasClearableNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor