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

Commit eeabaa93 authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Merge \\"Add counters for the automatic storage manager.\\" into nyc-mr1-dev am: d9f0e37d

am: f38d4bb4

Change-Id: Ia595b77f85f4b665cf7b20930544f046ea22b919
parents dbd723c1 f38d4bb4
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -6261,6 +6261,24 @@ public final class Settings {
         */
        public static final int AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN_DEFAULT = 90;

        /**
         * How many bytes the automatic storage manager has cleared out.
         *
         * @hide
         */
        public static final String AUTOMATIC_STORAGE_MANAGER_BYTES_CLEARED =
                "automatic_storage_manager_bytes_cleared";


        /**
         * Last run time for the automatic storage manager.
         *
         * @hide
         */
        public static final String AUTOMATIC_STORAGE_MANAGER_LAST_RUN =
                "automatic_storage_manager_last_run";


        /**
         * This are the settings to be backed up.
         *