summaryrefslogtreecommitdiffstats
path: root/services/jni/com_android_server_BatteryService.cpp
Commit message (Expand)AuthorAgeFilesLines
* BatteryService: Treat USB charging ports and charging accessories as ACTodd Poynor2013-01-301-1/+2
* BatteryService: Allow power supplies to switch type between AC and USBTodd Poynor2013-01-301-82/+142
* BatteryService: Fix comment to match codeScott Anderson2012-08-211-2/+2
* add wireless charger supportBrian Muramatsu2012-08-201-0/+12
* BatteryService: Don't fail to register native methods if kernel power supply ...Mike Lockwood2012-02-101-59/+59
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-13/+13
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* BatteryService(jni): properly handle read's return valueDima Zavin2011-10-281-3/+3
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-3/+0
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-161-1/+1
* BatteryService: Set bool to true if sysfs entry is not 0Axel Haslam2010-10-121-1/+1
* Support showing "Cold" battery health.Imre Sunyi2010-10-101-0/+5
* BatteryService: Add support for new standard battery voltage and temperature ...Mike Lockwood2009-08-171-20/+88
* BatteryService: Remove hard coded power supply names.Mike Lockwood2009-08-171-18/+69
* checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-2/+2
* If no battery stats are found, return status_unknownRebecca Schultz Zavin2009-05-051-0/+3
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-0/+274