Searched refs:trackNotificationHideTimeWhenVisible (Results 1 – 3 of 3) sorted by relevance
50 suspend fun trackNotificationHideTimeWhenVisible(shouldHideNotifications: Flow<Boolean>) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.DisplaySwitchNotificationsHiderTracker
48 launch { hiderTracker.trackNotificationHideTimeWhenVisible(hideListFlow) } in <lambda>()
153 backgroundScope.launch { tracker.trackNotificationHideTimeWhenVisible(shouldHideFlow) } in startTracking()