History log of /frameworks/base/core/java/android/os/BatteryProperty.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1fd86f4c058c6f2f31df6489049f7ab6fbeee717 10-Oct-2017 Yifan Hong <elsk@google.com> BatteryService serves IBatteryPropertiesRegistrar.

This binder service is originally served by healthd.
To allow BatteryManager to continue to work, BatteryService
implements this binder service.

Test: BatteryManagerTest
Bug: 62229583

Change-Id: I9c97b3936546740c6d63060899fe50c5c4c957bd
/frameworks/base/core/java/android/os/BatteryProperty.java
5fde3ff375e6cec3c11ddef7a4650d5f5f4942d1 05-Jun-2014 Todd Poynor <toddpoynor@google.com> BatteryManager: battery property query API update

Move battery property value accessors to BatteryManager.

Hide BatteryProperty class.

Bug: 15191190
Change-Id: Ic021e6e28a8bc30c145ccc31b3a3446ba82d2004
/frameworks/base/core/java/android/os/BatteryProperty.java
d0045026b6a1fe6eba0d7a20fa3c8004d6d3ae1d 21-May-2014 Todd Poynor <toddpoynor@google.com> BatteryProperty: Fix ENERGY_COUNTER property id

Change-Id: I0490c0d589c637744c3db73596d34c1c4772074b
/frameworks/base/core/java/android/os/BatteryProperty.java
540f4d6db34905b38ee1095ef35fe98d3fa38a9e 09-May-2014 Todd Poynor <toddpoynor@google.com> BatteryManager: Add property ENERGY_COUNTER and long data type properties

Change-Id: Ie7f9b19c5cd47a48bb33af03d51acddaa14b0243
/frameworks/base/core/java/android/os/BatteryProperty.java
e35872da97ac6bd07d2d9ac5af8a7c18ad290718 10-Dec-2013 Todd Poynor <toddpoynor@google.com> BatteryManager: Add API and service for battery property retrieval

Add service "batterymanager" and method getProperty to retrieve
battery properties. This is a public API.

Make BatteryProperty public. Cleanups for public-facing API.

Change-Id: I3637d131aabe4811dff40661728d5353eaf854c4
/frameworks/base/core/java/android/os/BatteryProperty.java
5a43cc6ddd2aa3d9af38891bae6fea866c7227f9 03-Mar-2014 Paul Lawrence <paullawrence@google.com> BatteryProperty: Add battery capacity property

Match change in native code
https://googleplex-android-review.git.corp.google.com/#/c/427553/

Change-Id: I0049ccbbef59fbbc0e14b50b9af7481d87a6d48c
/frameworks/base/core/java/android/os/BatteryProperty.java
be7d9e399e9b73d326df172c6f85e2a0fa3455a2 28-Aug-2013 Todd Poynor <toddpoynor@google.com> BatteryProperty: Add average current property

Change-Id: I48907708024bddae9770bc1a3f0149ad901075c4
/frameworks/base/core/java/android/os/BatteryProperty.java
d7b34771cbb89c056e7c0f8976db431cad1ace8c 15-Aug-2013 Todd Poynor <toddpoynor@google.com> java-side interface for reading individual battery properties on demand

Change-Id: I60a84ed936f1115fdb122f34986f2e605ae274de
/frameworks/base/core/java/android/os/BatteryProperty.java