Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinderKosmos.kt32 import com.android.systemui.statusbar.phone.notificationIconAreaController
42 iconAreaController = notificationIconAreaController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt38 notificationIconAreaController: NotificationIconAreaController, in bind()
46 notificationIconAreaController.setShelfIcons(shelfIcons) in bind()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaControllerKosmos.kt23 var Kosmos.notificationIconAreaController by Fixture { mock<NotificationIconAreaController>() } in <lambda>() variable
DDozeServiceHostKosmos.kt56 notificationIconAreaController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt46 private val notificationIconAreaController: NotificationIconAreaController, constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator
70 notificationIconAreaController.updateNotificationIcons(entries) in onAfterRenderList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodNotificationIconsSection.kt56 private val notificationIconAreaController: NotificationIconAreaController, constant in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection
101 notificationIconAreaController.setupAodIcons(nic) in bindData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt64 @Mock private lateinit var notificationIconAreaController: NotificationIconAreaController variable in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest
83 notificationIconAreaController, in setUp()
98 verify(notificationIconAreaController).updateNotificationIcons(eq(listOf(entry))) in testUpdateNotificationIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java117 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController() argument
135 mNotificationIconAreaController = notificationIconAreaController; in HeadsUpAppearanceController()
DDozeServiceHost.java128 NotificationIconAreaController notificationIconAreaController, in DozeServiceHost() argument
148 mNotificationIconAreaController = notificationIconAreaController; in DozeServiceHost()
DCentralSurfacesImpl.java687 NotificationIconAreaController notificationIconAreaController, in CentralSurfacesImpl()
791 mNotificationIconAreaController = notificationIconAreaController; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java168 NotificationIconAreaController notificationIconAreaController, in KeyguardClockSwitchController() argument
186 mNotificationIconAreaController = notificationIconAreaController; in KeyguardClockSwitchController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java230 NotificationIconAreaController notificationIconAreaController, in CollapsedStatusBarFragment() argument
255 mNotificationIconAreaController = notificationIconAreaController; in CollapsedStatusBarFragment()