Loading core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -10321,6 +10321,16 @@ public final class Settings { */ public static final String SYS_VDSO = "sys_vdso"; /** * UidCpuPower global setting. This links the sys.uidcpupower system property. * The following values are supported: * 0 -> /proc/uid_cpupower/* are disabled * 1 -> /proc/uid_cpupower/* are enabled * Any other value defaults to enabled. * @hide */ public static final String SYS_UIDCPUPOWER = "sys_uidcpupower"; /** * An integer to reduce the FPS by this factor. Only for experiments. Need to reboot the * device for this setting to take full effect. Loading core/tests/coretests/src/android/provider/SettingsBackupTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,7 @@ public class SettingsBackupTest { Settings.Global.SYS_STORAGE_THRESHOLD_MAX_BYTES, Settings.Global.SYS_STORAGE_THRESHOLD_PERCENTAGE, Settings.Global.SYS_VDSO, Settings.Global.SYS_UIDCPUPOWER, Settings.Global.FPS_DEVISOR, Settings.Global.TCP_DEFAULT_INIT_RWND, Settings.Global.TETHER_DUN_APN, Loading services/core/java/com/android/server/am/GlobalSettingsToPropertiesMapper.java +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ class GlobalSettingsToPropertiesMapper { {Settings.Global.SYS_VDSO, "sys.vdso"}, {Settings.Global.FPS_DEVISOR, ThreadedRenderer.DEBUG_FPS_DIVISOR}, {Settings.Global.DISPLAY_PANEL_LPM, "sys.display_panel_lpm"}, {Settings.Global.SYS_UIDCPUPOWER, "sys.uidcpupower"}, }; Loading Loading
core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -10321,6 +10321,16 @@ public final class Settings { */ public static final String SYS_VDSO = "sys_vdso"; /** * UidCpuPower global setting. This links the sys.uidcpupower system property. * The following values are supported: * 0 -> /proc/uid_cpupower/* are disabled * 1 -> /proc/uid_cpupower/* are enabled * Any other value defaults to enabled. * @hide */ public static final String SYS_UIDCPUPOWER = "sys_uidcpupower"; /** * An integer to reduce the FPS by this factor. Only for experiments. Need to reboot the * device for this setting to take full effect. Loading
core/tests/coretests/src/android/provider/SettingsBackupTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,7 @@ public class SettingsBackupTest { Settings.Global.SYS_STORAGE_THRESHOLD_MAX_BYTES, Settings.Global.SYS_STORAGE_THRESHOLD_PERCENTAGE, Settings.Global.SYS_VDSO, Settings.Global.SYS_UIDCPUPOWER, Settings.Global.FPS_DEVISOR, Settings.Global.TCP_DEFAULT_INIT_RWND, Settings.Global.TETHER_DUN_APN, Loading
services/core/java/com/android/server/am/GlobalSettingsToPropertiesMapper.java +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ class GlobalSettingsToPropertiesMapper { {Settings.Global.SYS_VDSO, "sys.vdso"}, {Settings.Global.FPS_DEVISOR, ThreadedRenderer.DEBUG_FPS_DIVISOR}, {Settings.Global.DISPLAY_PANEL_LPM, "sys.display_panel_lpm"}, {Settings.Global.SYS_UIDCPUPOWER, "sys.uidcpupower"}, }; Loading