Update power profile numbers to be more accurate

Update screen.on, screen.full, bluetooth.active, gps.on and radio.on
The values were measered with Vout 4.0V

Bug: 12944179
Bug: 12943545
Bug: 12944185
Bug: 12944951
Bug: 12669617

Change-Id: I751fefe4056337419245d5d3c3732972e52ecd5c
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 196d96a..9389538 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -19,23 +19,23 @@
 <device name="Android">
     <!-- All values are in mAh except as noted -->
     <item name="none">0</item>
-    <item name="screen.on">48.07</item>
-    <item name="screen.full">221.90</item>
-    <item name="bluetooth.active">93.52</item>
+    <item name="screen.on">82.75</item>
+    <item name="screen.full">201.16</item>
+    <item name="bluetooth.active">51.55</item>
     <item name="bluetooth.on">0.79</item>
     <item name="wifi.on">3.5</item>
     <item name="wifi.active">73.24</item>
     <item name="wifi.scan">75.48</item>
     <item name="dsp.audio">0.1</item>
     <item name="dsp.video">0.1</item>
-    <item name="gps.on">90.8</item>
+    <item name="gps.on">76.23</item>
     <item name="radio.active">185.19</item>
     <!-- The current consumed by the radio when it is scanning for a signal -->
     <item name="radio.scanning">99.2</item>
     <!-- Current consumed by the radio at different signal strengths, when paging -->
     <array name="radio.on"> <!-- Strength 0 to BINS-1 -->
-        <value>1.16</value>
-        <value>2.15</value>
+        <value>4.8</value>
+        <value>1.11</value>
     </array>
     <!-- Different CPU speeds as reported in
          /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state -->