Home
last modified time | relevance | path

Searched refs:NotificationPanelLogger (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerImpl.java30 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {
34 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()
DNotificationPanelLogger.java39 public interface NotificationPanelLogger { interface
DNotificationLogger.java76 private final NotificationPanelLogger mNotificationPanelLogger;
211 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java25 public class NotificationPanelLoggerFake implements NotificationPanelLogger {
40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java53 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
157 NotificationPanelLogger notificationPanelLogger) { in provideNotificationLogger()
170 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()