Loading core/java/android/provider/Settings.java +14 −0 Original line number Diff line number Diff line Loading @@ -10270,6 +10270,20 @@ public final class Settings { */ public static final String BATTERY_TIP_CONSTANTS = "battery_tip_constants"; /** * An integer to show the version of the anomaly config. Ex: 1, which means * current version is 1. * @hide */ public static final String ANOMALY_CONFIG_VERSION = "anomaly_config_version"; /** * A base64-encoded string represents anomaly stats config, used for * {@link android.app.StatsManager}. * @hide */ public static final String ANOMALY_CONFIG = "anomaly_config"; /** * Always on display(AOD) specific settings * This is encoded as a key=value list, separated by commas. Ex: Loading core/tests/coretests/src/android/provider/SettingsBackupTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,8 @@ public class SettingsBackupTest { Settings.Global.ALWAYS_ON_DISPLAY_CONSTANTS, Settings.Global.ANIMATOR_DURATION_SCALE, Settings.Global.ANOMALY_DETECTION_CONSTANTS, Settings.Global.ANOMALY_CONFIG, Settings.Global.ANOMALY_CONFIG_VERSION, Settings.Global.APN_DB_UPDATE_CONTENT_URL, Settings.Global.APN_DB_UPDATE_METADATA_URL, Settings.Global.APP_IDLE_CONSTANTS, Loading Loading
core/java/android/provider/Settings.java +14 −0 Original line number Diff line number Diff line Loading @@ -10270,6 +10270,20 @@ public final class Settings { */ public static final String BATTERY_TIP_CONSTANTS = "battery_tip_constants"; /** * An integer to show the version of the anomaly config. Ex: 1, which means * current version is 1. * @hide */ public static final String ANOMALY_CONFIG_VERSION = "anomaly_config_version"; /** * A base64-encoded string represents anomaly stats config, used for * {@link android.app.StatsManager}. * @hide */ public static final String ANOMALY_CONFIG = "anomaly_config"; /** * Always on display(AOD) specific settings * This is encoded as a key=value list, separated by commas. Ex: Loading
core/tests/coretests/src/android/provider/SettingsBackupTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,8 @@ public class SettingsBackupTest { Settings.Global.ALWAYS_ON_DISPLAY_CONSTANTS, Settings.Global.ANIMATOR_DURATION_SCALE, Settings.Global.ANOMALY_DETECTION_CONSTANTS, Settings.Global.ANOMALY_CONFIG, Settings.Global.ANOMALY_CONFIG_VERSION, Settings.Global.APN_DB_UPDATE_CONTENT_URL, Settings.Global.APN_DB_UPDATE_METADATA_URL, Settings.Global.APP_IDLE_CONSTANTS, Loading