Searched refs:NotificationSectionsManager (Results 1 – 10 of 10) sorted by relevance
68 private NotificationSectionsManager mSectionsManager;88 new NotificationSectionsManager( in setUp()
23 private val sectionsManager: NotificationSectionsManager = mock()
126 @Mock private NotificationSectionsManager mNotificationSectionsManager;170 NotificationSectionsManager.class, mNotificationSectionsManager); in setUp()
34 sectionsManager: NotificationSectionsManager,
43 class NotificationSectionsManager @Inject internal constructor( regex
492 private final NotificationSectionsManager mSectionsManager;630 mSectionsManager = Dependency.get(NotificationSectionsManager.class); in NotificationStackScrollLayout()
68 import com.android.systemui.statusbar.notification.stack.NotificationSectionsManager;98 StackScrollAlgorithm.SectionProvider bindSectionProvider(NotificationSectionsManager impl); in bindSectionProvider()
36 // Sections follow NotificationSectionsManager.PriorityBucket but enum constants do not,
93 import com.android.systemui.statusbar.notification.stack.NotificationSectionsManager;346 @Inject Lazy<NotificationSectionsManager> mNotificationSectionsManagerLazy;548 mProviders.put(NotificationSectionsManager.class, mNotificationSectionsManagerLazy::get); in start()
396 …kages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationSectionsManager.kt