summaryrefslogtreecommitdiff
path: root/core/java/android/os/BatteryProperties.java
Commit message (Collapse)AuthorAgeFilesLines
* IBatteryPropertiesRegistrar: remove unused functionsYifan Hong2018-05-041-110/+0
| | | | | | | | | | | | * Remove BatteryProperties * Remove IBatteryPropertiesListener * Remove IBatteryPropertiesRegistrar.(un)registerListener functions Test: builds Test: boots Bug: 68724651 Change-Id: Ic9a9d337e5cb39784db1a2745297ef985dd31653
* Parcel/unparcel charge_full state from BatteryPropertiesAdam Lesinski2016-12-091-0/+4
| | | | | Test: None Change-Id: I3c13372f7ed0a33a971bda549708e72ca8f6de18
* batteryService: Add Charge Counter.Ruchi Kandoi2016-04-081-0/+4
| | | | | | Bug: 27174034 Change-Id: Ib8bc8f617288c0ad543c67e0fa609c5a0c87b5fd Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
* BatteryService: Add Max charging voltageBadhri Jagan Sridharan2015-10-271-0/+4
| | | | | Bug: 25229483 Change-Id: Ibeba97eb145c3d59a763bd8632ab7fcc43118e4b
* Show charging speed on KeyguardAdrian Roos2015-07-141-0/+4
| | | | | Bug: 8099739 Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
* More battery stats.Dianne Hackborn2014-02-251-3/+16
| | | | | | | | | - Add events for sync. - Add more descriptive tags for wake events. - Fix battery reset. - Fix tracking of wifi data. Change-Id: Ic07f2a86a5ed33e7da57eb1108c31c777ecd801f
* BatteryService: remove dumpsys-only info duplicated by systemhealthTodd Poynor2013-10-231-6/+0
| | | | Change-Id: I7fa605304b5f62ea19bcf3851d11abe7bf6c83f5
* batteryservice: add battery current now and charge counter dataTodd Poynor2013-08-071-0/+6
| | | | | | | | | Available for retrieval via future APIs if desired. Dumped by dumpsys. Not added to batterystats or ACTION_BATTERY_CHANGED intents at this point. Also fixes a formatting problem in the existing dumpsys output for voltage. Change-Id: I5320b19035914256fb872c13095c09c648dd522a
* Add libbatteryservice AIDL and java interfacesTodd Poynor2013-07-251-0/+81
Add IBatteryPropertiesRegistrar and IBatteryPropertiesListener AIDLs, BatteryProperties class. Change-Id: Ic8e71178c02b04868eca29c3da88e877bc2590ca