Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java66 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class); field in ExpandableNotificationRowDragControllerTest
86 mShadeController, mNotificationPanelLogger); in setUp()
100 verify(mNotificationPanelLogger, times(1)).logNotificationDrag(any()); in testDoStartDragHeadsUpNotif_startDragAndDrop()
112 verify(mNotificationPanelLogger, times(1)).logNotificationDrag(any()); in testDoStartDragNotif()
130 verify(mNotificationPanelLogger, never()).logNotificationDrag(any()); in testDoStartDrag_noLaunchIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java69 private NotificationPanelLogger mNotificationPanelLogger; field in ExpandableNotificationRowDragController
79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
138 mNotificationPanelLogger.logNotificationDrag(enr.getEntry()); in startDragAndDrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java88 private final NotificationPanelLogger mNotificationPanelLogger; field in NotificationLogger
225 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()
299 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in startNotificationLogging()