Home
last modified time | relevance | path

Searched refs:notificationLogger (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt64 private val notificationLogger: NotificationLogger,
104 notificationLogger.setUpWithContainer(listContainer)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java217 NotificationLogger notificationLogger, in ExpandableNotificationRowController() argument
245 mNotificationLogger = notificationLogger; in ExpandableNotificationRowController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java386 NotificationLogger notificationLogger = new NotificationLogger( in setup() local
397 notificationLogger.setVisibilityReporter(mock(Runnable.class)); in setup()
488 notificationLogger, in setup()
604 notificationLogger.setUpWithContainer(mNotificationListContainer); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java697 NotificationLogger notificationLogger, in CentralSurfacesImpl() argument
804 mNotificationLogger = notificationLogger; in CentralSurfacesImpl()