diff options
| author | Sandeep Patil <sspatil@google.com> | 2018-02-07 02:56:35 +0000 |
|---|---|---|
| committer | Sandeep Patil <sspatil@google.com> | 2018-02-06 19:18:23 -0800 |
| commit | a51c496153103a8330f9aa8cb5a670d46bcdec85 (patch) | |
| tree | d1c866a726a2edd4dfd5ca9baacb496252129df7 /core/java | |
| parent | 3d0ea0d4ebb127da0bd6d6a33ed782890c8d19af (diff) | |
Revert "STOPSHIP: Add UidCpuPower global setting"
This reverts commit 495665dc2f1f3cebc94d5f47629b018634a74074.
Reason for revert: b/73018322
Bug: 73018322
Change-Id: I1b83c4d916159e6961ec30576c7629e57978a72d
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index b6fab1e45500..7fd75c97fa14 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10315,16 +10315,6 @@ public final class Settings { public static final String SYS_VDSO = "sys_vdso"; /** - * Uid CpuPower global setting. This links the uid.cpupower 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 UID_CPUPOWER = "uid_cpupower"; - - /** * An integer to reduce the FPS by this factor. Only for experiments. Need to reboot the * device for this setting to take full effect. * |
