Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java70 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class); field in ExpandableNotificationRowDragControllerTest
91 mShadeController, mNotificationPanelLogger); in setUp()
106 verify(mNotificationPanelLogger, times(1)) in testDoStartDragHeadsUpNotif_startDragAndDrop()
109 verify(mNotificationPanelLogger, times(1)) in testDoStartDragHeadsUpNotif_startDragAndDrop()
124 verify(mNotificationPanelLogger, times(1)) in testDoStartDragNotif()
127 verify(mNotificationPanelLogger, times(1)) in testDoStartDragNotif()
148 verify(mNotificationPanelLogger, never()) in testDoStartDrag_noLaunchIntent()
151 verify(mNotificationPanelLogger, never()) in testDoStartDrag_noLaunchIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java71 private NotificationPanelLogger mNotificationPanelLogger; field in ExpandableNotificationRowDragController
82 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
149 mNotificationPanelLogger.logNotificationDrag(enr.getEntryAdapter()); in startDragAndDrop()
151 mNotificationPanelLogger.logNotificationDrag(enr.getEntryLegacy()); in startDragAndDrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java89 private final NotificationPanelLogger mNotificationPanelLogger; field in NotificationLogger
226 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()
300 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in startNotificationLogging()