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