Searched refs:NotificationPanelLogger (Results 1 – 11 of 11) sorted by relevance
19 import static com.android.systemui.statusbar.notification.logging.NotificationPanelLogger.Notificat…35 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {49 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()59 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()70 NotificationPanelLogger.adapterToNotificationProto( in logNotificationDrag()
46 public interface NotificationPanelLogger { interface
89 private final NotificationPanelLogger mNotificationPanelLogger;214 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
26 public class NotificationPanelLoggerFake implements NotificationPanelLogger {46 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
46 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;70 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class);
24 val Kosmos.mockNotificationPanelLogger by Fixture { mock<NotificationPanelLogger>() } in <lambda>()
31 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger93 notificationPanelLogger: NotificationPanelLogger? in bindsStatsLoggerImpl()
80 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;153 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()
55 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;71 private NotificationPanelLogger mNotificationPanelLogger;78 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
28 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger in <lambda>()51 private val notificationPanelLogger: NotificationPanelLogger, in <lambda>()325 section = NotificationPanelLogger.toNotificationSection(notification.bucket) in toNotificationProto()
66 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger117 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(),