Searched refs:SeenNotificationsProvider (Results 1 – 3 of 3) sorted by relevance
25 interface SeenNotificationsProvider { regex35 ): SeenNotificationsProvider39 class SeenNotificationsProviderImpl @Inject constructor() : SeenNotificationsProvider {
43 import com.android.systemui.statusbar.notification.collection.provider.SeenNotificationsProvider632 val seenNotificationsProvider: SeenNotificationsProvider,
102 import com.android.systemui.statusbar.notification.collection.provider.SeenNotificationsProvider;196 private final SeenNotificationsProvider mSeenNotificationsProvider;667 SeenNotificationsProvider seenNotificationsProvider, in NotificationStackScrollLayoutController()