Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06523e97 authored by George Lin's avatar George Lin
Browse files

Clean UserEventLogger (1/2)

Remove unused functions

Test: Build success. Functions are not used.
Bug: 291325750
Change-Id: Icd0bfb5e2c9bdb3551f11471c98ce25ea6737d62
parent b981d4c7
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -118,25 +118,6 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them
                .log();
    }

    @Override
    public void logLiveWallpaperInfoSelected(String collectionId, @Nullable String wallpaperId) {
        new SysUiStatsLogger()
                .setAction(StyleEnums.LIVE_WALLPAPER_INFO_SELECT)
                .setWallpaperCategoryHash(getIdHashCode(collectionId))
                .setWallpaperIdHash(getIdHashCode(wallpaperId))
                .log();
    }

    @Override
    public void logLiveWallpaperCustomizeSelected(String collectionId,
            @Nullable String wallpaperId) {
        new SysUiStatsLogger().setAction(StyleEnums.LIVE_WALLPAPER_CUSTOMIZE_SELECT)
                .setWallpaperCategoryHash(getIdHashCode(collectionId))
                .setWallpaperIdHash(getIdHashCode(wallpaperId))
                .log();

    }

    @Override
    public void logSnapshot() {
        final boolean isLockWallpaperSet = mWallpaperStatusChecker.isLockWallpaperSet();