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

Commit 5ddc3fe0 authored by Kweku Adams's avatar Kweku Adams Committed by android-build-merger
Browse files

Merge "incidentd: cleaning up settings.proto" into pi-dev am: 41b5ece1

am: 81b8e992

Change-Id: I16d72f114e5a34ea08564d9fa27361c65c8a7d91
parents ba2a1593 81b8e992
Loading
Loading
Loading
Loading
+27 −27
Original line number Original line Diff line number Diff line
@@ -10291,31 +10291,6 @@ public final class Settings {
        public static final String BATTERY_SAVER_DEVICE_SPECIFIC_CONSTANTS =
        public static final String BATTERY_SAVER_DEVICE_SPECIFIC_CONSTANTS =
                "battery_saver_device_specific_constants";
                "battery_saver_device_specific_constants";


        /**
         * Battery anomaly detection specific settings
         * This is encoded as a key=value list, separated by commas.
         * wakeup_blacklisted_tags is a string, encoded as a set of tags, encoded via
         * {@link Uri#encode(String)}, separated by colons. Ex:
         *
         * "anomaly_detection_enabled=true,wakelock_threshold=2000,wakeup_alarm_enabled=true,"
         * "wakeup_alarm_threshold=10,wakeup_blacklisted_tags=tag1:tag2:with%2Ccomma:with%3Acolon"
         *
         * The following keys are supported:
         *
         * <pre>
         * anomaly_detection_enabled       (boolean)
         * wakelock_enabled                (boolean)
         * wakelock_threshold              (long)
         * wakeup_alarm_enabled            (boolean)
         * wakeup_alarm_threshold          (long)
         * wakeup_blacklisted_tags         (string)
         * bluetooth_scan_enabled          (boolean)
         * bluetooth_scan_threshold        (long)
         * </pre>
         * @hide
         */
        public static final String ANOMALY_DETECTION_CONSTANTS = "anomaly_detection_constants";

        /**
        /**
         * Battery tip specific settings
         * Battery tip specific settings
         * This is encoded as a key=value list, separated by commas. Ex:
         * This is encoded as a key=value list, separated by commas. Ex:
@@ -10344,6 +10319,31 @@ public final class Settings {
         */
         */
        public static final String BATTERY_TIP_CONSTANTS = "battery_tip_constants";
        public static final String BATTERY_TIP_CONSTANTS = "battery_tip_constants";


        /**
         * Battery anomaly detection specific settings
         * This is encoded as a key=value list, separated by commas.
         * wakeup_blacklisted_tags is a string, encoded as a set of tags, encoded via
         * {@link Uri#encode(String)}, separated by colons. Ex:
         *
         * "anomaly_detection_enabled=true,wakelock_threshold=2000,wakeup_alarm_enabled=true,"
         * "wakeup_alarm_threshold=10,wakeup_blacklisted_tags=tag1:tag2:with%2Ccomma:with%3Acolon"
         *
         * The following keys are supported:
         *
         * <pre>
         * anomaly_detection_enabled       (boolean)
         * wakelock_enabled                (boolean)
         * wakelock_threshold              (long)
         * wakeup_alarm_enabled            (boolean)
         * wakeup_alarm_threshold          (long)
         * wakeup_blacklisted_tags         (string)
         * bluetooth_scan_enabled          (boolean)
         * bluetooth_scan_threshold        (long)
         * </pre>
         * @hide
         */
        public static final String ANOMALY_DETECTION_CONSTANTS = "anomaly_detection_constants";

        /**
        /**
         * An integer to show the version of the anomaly config. Ex: 1, which means
         * An integer to show the version of the anomaly config. Ex: 1, which means
         * current version is 1.
         * current version is 1.
@@ -10630,7 +10630,7 @@ public final class Settings {
         * Default: 1
         * Default: 1
         * @hide
         * @hide
         */
         */
        public static final java.lang.String APP_STANDBY_ENABLED = "app_standby_enabled";
        public static final String APP_STANDBY_ENABLED = "app_standby_enabled";


        /**
        /**
         * Whether or not app auto restriction is enabled. When it is enabled, settings app will
         * Whether or not app auto restriction is enabled. When it is enabled, settings app will
@@ -10641,7 +10641,7 @@ public final class Settings {
         *
         *
         * @hide
         * @hide
         */
         */
        public static final java.lang.String APP_AUTO_RESTRICTION_ENABLED =
        public static final String APP_AUTO_RESTRICTION_ENABLED =
                "app_auto_restriction_enabled";
                "app_auto_restriction_enabled";


        private static final Validator APP_AUTO_RESTRICTION_ENABLED_VALIDATOR =
        private static final Validator APP_AUTO_RESTRICTION_ENABLED_VALIDATOR =
+680 −605

File changed.

Preview size limit exceeded, changes collapsed.

+239 −76

File changed.

Preview size limit exceeded, changes collapsed.