Searched refs:NotificationPanelLogger (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.systemui.statusbar.notification.logging.NotificationPanelLogger.Notificat…33 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {37 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()47 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
39 public interface NotificationPanelLogger { interface
82 private final NotificationPanelLogger mNotificationPanelLogger;207 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
25 public class NotificationPanelLoggerFake implements NotificationPanelLogger {40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
43 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;67 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class);
54 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;69 private NotificationPanelLogger mNotificationPanelLogger;75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
62 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;124 NotificationPanelLogger notificationPanelLogger) { in provideNotificationLogger()140 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()