Home
last modified time | relevance | path

Searched refs:notificationIconAreaController (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinatorTest.kt54 @Mock private lateinit var notificationIconAreaController: NotificationIconAreaController
61 coordinator = StackCoordinator(groupExpansionManagerImpl, notificationIconAreaController)
72 verify(notificationIconAreaController).updateNotificationIcons(eq(listOf(entry)))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt37 private val notificationIconAreaController: NotificationIconAreaController
51 notificationIconAreaController.updateNotificationIcons(entries)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt80 notificationIconAreaController: NotificationIconAreaController,
85 notificationIconAreaController.setShelfIcons(shelfIcons)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java81 NotificationIconAreaController notificationIconAreaController, in createCollapsedStatusBarFragment() argument
106 notificationIconAreaController, in createCollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java110 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController() argument
126 mNotificationIconAreaController = notificationIconAreaController; in HeadsUpAppearanceController()
H A DDozeServiceHost.java118 NotificationIconAreaController notificationIconAreaController, in DozeServiceHost() argument
137 mNotificationIconAreaController = notificationIconAreaController; in DozeServiceHost()
H A DCentralSurfacesImpl.java758 NotificationIconAreaController notificationIconAreaController, in CentralSurfacesImpl()
862 mNotificationIconAreaController = notificationIconAreaController; in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java152 NotificationIconAreaController notificationIconAreaController, in KeyguardClockSwitchController() argument
166 mNotificationIconAreaController = notificationIconAreaController; in KeyguardClockSwitchController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java212 NotificationIconAreaController notificationIconAreaController, in CollapsedStatusBarFragment() argument
237 mNotificationIconAreaController = notificationIconAreaController; in CollapsedStatusBarFragment()