Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DDisplaySwitchNotificationsHiderTracker.kt50 suspend fun trackNotificationHideTimeWhenVisible(shouldHideNotifications: Flow<Boolean>) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.DisplaySwitchNotificationsHiderTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DHideNotificationsBinder.kt48 launch { hiderTracker.trackNotificationHideTimeWhenVisible(hideListFlow) } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DDisplaySwitchNotificationsHiderTrackerTest.kt153 backgroundScope.launch { tracker.trackNotificationHideTimeWhenVisible(shouldHideFlow) } in startTracking()