1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3** 4** Copyright 2009, The Android Open Source Project 5** 6** Licensed under the Apache License, Version 2.0 (the "License") 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19 20<device name="Android"> 21 <item name="none">0</item> 22 <item name="screen.on">49</item> 23 <item name="bluetooth.active">142</item> <!-- In call --> 24 <item name="bluetooth.on">0.3</item> 25 <!-- CPU wakelock held for 830ms on bluetooth headset at command. 43mA * 830 --> 26 <item name="bluetooth.at">35690</item> 27 <item name="screen.full">260</item> 28 <item name="wifi.on">4</item> 29 <item name="wifi.active">120</item> 30 <item name="wifi.scan">220</item> 31 <item name="dsp.audio">88</item> 32 <item name="dsp.video">88</item> 33 <item name="radio.active">185</item> 34 <item name="gps.on">50</item> 35 <item name="battery.capacity">1500</item> 36 <item name="radio.scanning">88</item> 37 <array name="radio.on"> <!-- Strength 0 to BINS-1 --> 38 <value>3.4</value> 39 <value>3.4</value> 40 </array> 41 <array name="cpu.speeds"> 42 <value>100000</value> 43 <value>200000</value> 44 <value>400000</value> 45 <value>800000</value> 46 <value>1000000</value> 47 </array> 48 <!-- Power consumption in suspend --> 49 <item name="cpu.idle">1.4</item> 50 <!-- Power consumption due to wake lock held --> 51 <item name="cpu.awake">44</item> 52 <!-- Power consumption at different speeds --> 53 <array name="cpu.active"> 54 <value>55.4</value> 55 <value>82.1</value> 56 <value>113.7</value> 57 <value>205.4</value> 58 <value>259.0</value> 59 </array> 60</device> 61