aboutsummaryrefslogtreecommitdiffstats
path: root/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'sdk')
-rw-r--r--sdk/src/java/cyanogenmod/power/PerformanceManager.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/src/java/cyanogenmod/power/PerformanceManager.java b/sdk/src/java/cyanogenmod/power/PerformanceManager.java
index 9b44399..484bd9a 100644
--- a/sdk/src/java/cyanogenmod/power/PerformanceManager.java
+++ b/sdk/src/java/cyanogenmod/power/PerformanceManager.java
@@ -66,6 +66,17 @@ public class PerformanceManager {
*/
public static final int PROFILE_BIAS_PERFORMANCE = 4;
+ /**
+ * @hide
+ */
+ public static final int[] POSSIBLE_POWER_PROFILES = new int[] {
+ PROFILE_POWER_SAVE,
+ PROFILE_BALANCED,
+ PROFILE_HIGH_PERFORMANCE,
+ PROFILE_BIAS_POWER_SAVE,
+ PROFILE_BIAS_PERFORMANCE
+ };
+
private int mNumberOfProfiles = 0;
/**