summaryrefslogtreecommitdiff
path: root/core/java/android/os/BatteryManager.java
AgeCommit message (Expand)Author
2022-05-07BatteryService: Add support for OEM fast charger detectionAlexander Martinz
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-19Fix boost charging, also expose test APIMakoto Onuki
2019-01-25Add api to change charging state update delayNg Zhi An
2018-04-11Add API to compute charge time remaining.Michael Wright
2018-03-08Added ACTION_BATTERY_LEVEL_CHANGEDFyodor Kupolov
2018-02-08Wireless charging on aod and lockscreenBeverly
2018-01-25Statsd and frameworks reference proto enumsBookatz
2017-11-21Fix issue #67019445: Detect BATTERY_LOW/OKAYDianne Hackborn
2017-11-03Fix BatteryManager.getIntProperty returns 0 as invalid value.Yifan Hong
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-02-28Merge "BatteryManager: rename BATTERY_PROPERTY_BATTERY_STATUS"TreeHugger Robot
2017-02-28BatteryManager: rename BATTERY_PROPERTY_BATTERY_STATUSJin Qian
2017-02-27Add new job scheduler constraints for "battery not low".Dianne Hackborn
2017-02-07BatteryManager: Add battery status to getPropertyJin Qian
2016-11-10health: import android.hardware.health@1.0 constants into BatteryManagerSandeep Patil
2016-08-11Avoid caching services with missing binders.Jeff Sharkey
2016-04-08batteryService: Add Charge Counter.Ruchi Kandoi
2016-03-01When system server goes down, crash apps more.Jeff Sharkey
2015-10-27BatteryService: Add Max charging voltageBadhri Jagan Sridharan
2015-07-14Show charging speed on KeyguardAdrian Roos
2015-04-09More work on device idle mode and other power stuff.Dianne Hackborn
2015-02-25Add Context.getSystemService(Class<?>).Jeff Brown
2014-06-05BatteryManager: battery property query API updateTodd Poynor
2014-05-16BatteryManager: Add property ENERGY_COUNTER and long data type propertiesTodd Poynor
2014-04-15BatteryManager: Add API and service for battery property retrievalTodd Poynor
2012-10-02Fix some synchronization issues in BatteryService.Jeff Brown
2012-08-20add wireless charger supportBrian Muramatsu
2010-10-27Implement reminder power dialog and invalid charger dialog.Joe Onorato
2010-10-11am 89fbcd72: resolved conflicts for merge of c2894474 to gingerbread-plus-aospJean-Baptiste Queru
2010-10-10Support showing "Cold" battery health.Imre Sunyi
2010-09-04Add extra to ACTION_BATTERY_CHANGED to indicate an invalid charger is attached.Mike Lockwood
2009-09-19Add better APIs for the battery status, and other cleanup.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project