Searched refs:mNotificationPanelLogger (Results 1 – 3 of 3) sorted by relevance
66 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class); field in ExpandableNotificationRowDragControllerTest86 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()
69 private NotificationPanelLogger mNotificationPanelLogger; field in ExpandableNotificationRowDragController79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()138 mNotificationPanelLogger.logNotificationDrag(enr.getEntry()); in startDragAndDrop()
88 private final NotificationPanelLogger mNotificationPanelLogger; field in NotificationLogger225 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()299 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in startNotificationLogging()