Searched refs:mNotificationPanelLogger (Results 1 – 3 of 3) sorted by relevance
67 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class); field in ExpandableNotificationRowDragControllerTest87 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()
69 private NotificationPanelLogger mNotificationPanelLogger; field in ExpandableNotificationRowDragController79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()138 mNotificationPanelLogger.logNotificationDrag(enr.getEntry()); in startDragAndDrop()
82 private final NotificationPanelLogger mNotificationPanelLogger; field in NotificationLogger216 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()385 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in maybeUpdateLoggingStatus()