Searched refs:shouldHideNotifications (Results 1 – 4 of 4) sorted by relevance
39 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>()
41 hideNotificationsInteractor.get().shouldHideNotifications
54 val shouldHideNotifications: Flow<Boolean> in <lambda>() constant in com.android.systemui.statusbar.notification.stack.domain.interactor.HideNotificationsInteractor
281 get() = underTest.shouldHideNotifications