Home
last modified time | relevance | path

Searched refs:mNotificationPanelLogger (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragControllerTest.java67 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class); field in ExpandableNotificationRowDragControllerTest
87 mShadeController, mNotificationPanelLogger); in setUp()
101 verify(mNotificationPanelLogger, times(1)).logNotificationDrag(any()); in testDoStartDragHeadsUpNotif_startDragAndDrop()
113 verify(mNotificationPanelLogger, times(1)).logNotificationDrag(any()); in testDoStartDragNotif()
131 verify(mNotificationPanelLogger, never()).logNotificationDrag(any()); in testDoStartDrag_noLaunchIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java69 private NotificationPanelLogger mNotificationPanelLogger; field in ExpandableNotificationRowDragController
79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
138 mNotificationPanelLogger.logNotificationDrag(enr.getEntry()); in startDragAndDrop()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java82 private final NotificationPanelLogger mNotificationPanelLogger; field in NotificationLogger
216 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()
385 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in maybeUpdateLoggingStatus()