Merge "Remove PowerProfile.POWER_NONE" into pi-dev
am: 25ebcdb28c
Change-Id: Id29114674c8cee6a337409dd695fff15f9a8c464
This commit is contained in:
@@ -38,11 +38,6 @@ import java.util.HashMap;
|
||||
*/
|
||||
public class PowerProfile {
|
||||
|
||||
/**
|
||||
* No power consumption, or accounted for elsewhere.
|
||||
*/
|
||||
public static final String POWER_NONE = "none";
|
||||
|
||||
/*
|
||||
* POWER_CPU_SUSPEND: Power consumption when CPU is in power collapse mode.
|
||||
* POWER_CPU_IDLE: Power consumption when CPU is awake (when a wake lock is held). This should
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
are totally dependent on the platform and can vary
|
||||
significantly, so should be measured on the shipping platform
|
||||
with a power meter. -->
|
||||
<item name="none">0</item>
|
||||
<item name="ambient.on">0.1</item> <!-- ~100mA -->
|
||||
<item name="screen.on">0.1</item> <!-- ~100mA -->
|
||||
<item name="screen.full">0.1</item> <!-- ~100mA -->
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
sample values, not meant to reflect any real device.
|
||||
-->
|
||||
|
||||
<!-- Nothing -->
|
||||
<item name="none">0</item>
|
||||
|
||||
<!-- This is the battery capacity in mAh -->
|
||||
<item name="battery.capacity">3000</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user