commit | 5c0fd84dd6a6ab7010ff93124dbe2865ff1ae001 | [log] [tgz] |
---|---|---|
author | George Lin <giolin@google.com> | Fri Sep 29 22:47:44 2023 +0000 |
committer | George Lin <giolin@google.com> | Mon Oct 02 17:16:47 2023 +0000 |
tree | 6aa29c2ade574a6c9e6757f277c62c4be756b4c2 | |
parent | 16027a1d705e8c9ba7c4a324317c67c44dd4a8bc [diff] |
Clean up logger constants (1/3) Test: Build success Bug 299659307 Change-Id: I8e70f513ec59bfc0338d2e7a43919af01e338bd9
diff --git a/src/com/android/customization/module/logging/StatsLogUserEventLogger.kt b/src/com/android/customization/module/logging/StatsLogUserEventLogger.kt index e161fd2..d0d0156 100644 --- a/src/com/android/customization/module/logging/StatsLogUserEventLogger.kt +++ b/src/com/android/customization/module/logging/StatsLogUserEventLogger.kt
@@ -25,7 +25,7 @@ import com.android.systemui.shared.system.SysUiStatsLog import com.android.wallpaper.module.WallpaperPreferences import com.android.wallpaper.module.logging.NoOpUserEventLogger -import com.android.wallpaper.module.logging.UserEventLogger.Companion.EffectStatus +import com.android.wallpaper.module.logging.UserEventLogger.EffectStatus import com.android.wallpaper.util.LaunchSourceUtils /** StatsLog-backed implementation of [ThemesUserEventLogger]. */