Home
last modified time | relevance | path

Searched defs:sectionsManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DMagneticNotificationRowManagerImplTest.kt50 private val sectionsManager = mock<NotificationSectionsManager>() in <lambda>() constant in com.android.systemui.statusbar.notification.stack.MagneticNotificationRowManagerImplTest
DNotificationTargetsHelperTest.kt26 private val sectionsManager: NotificationSectionsManager = mock() in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationTargetsHelperTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java736 public NotificationStackScrollLayoutController( in NotificationStackScrollLayoutController()