Searched refs:NotificationPanelLogger (Results 1 – 11 of 11) sorted by relevance
19 import static com.android.systemui.statusbar.notification.logging.NotificationPanelLogger.Notificat…34 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {48 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()58 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
41 public interface NotificationPanelLogger { interface
88 private final NotificationPanelLogger mNotificationPanelLogger;213 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
25 public class NotificationPanelLoggerFake implements NotificationPanelLogger {45 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
43 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;66 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class);
24 val Kosmos.mockNotificationPanelLogger by Fixture { mock<NotificationPanelLogger>() } in <lambda>()
54 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;69 private NotificationPanelLogger mNotificationPanelLogger;75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
31 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger93 notificationPanelLogger: NotificationPanelLogger? in bindsStatsLoggerImpl()
75 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;143 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()
27 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger in <lambda>()49 private val notificationPanelLogger: NotificationPanelLogger, in <lambda>()315 section = NotificationPanelLogger.toNotificationSection(notification.bucket) in toNotificationProto()
61 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger112 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(),