Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DDisplaySwitchNotificationsHiderTracker.kt39 suspend fun trackNotificationHideTime(shouldHideNotifications: Flow<Boolean>) { in <lambda>()
40 shouldHideNotifications in <lambda>()
50 suspend fun trackNotificationHideTimeWhenVisible(shouldHideNotifications: Flow<Boolean>) { in <lambda>()
51 combine(shouldHideNotifications, notificationsInteractor.isAnyExpanded) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DHideListViewModel.kt41 hideNotificationsInteractor.get().shouldHideNotifications
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractor.kt54 val shouldHideNotifications: Flow<Boolean> in <lambda>() constant in com.android.systemui.statusbar.notification.stack.domain.interactor.HideNotificationsInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractorTest.kt281 get() = underTest.shouldHideNotifications