History log of /frameworks/base/core/java/android/os/health/UidHealthStats.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
181cada18a9feab90627ab27070bc00c29ec337a 09-May-2016 Joe Onorato <joeo@google.com> Flesh out the docs for the android.os.health package.

Bug: 28295754
Change-Id: I04301fbdbfb0708172adb4fd4b4a3658d5ea14eb
/frameworks/base/core/java/android/os/health/UidHealthStats.java
bee44ae8e5da109cd8273a057b566dc6925d6a71 19-Apr-2016 Joe Onorato <joeo@google.com> Consolidate the HealthStats UI to only use milliseconds.

BatteryStats uses a mix of microseconds and milliseconds, and keeping
which one is which straight is difficult. The internal bookkeeping
is left using us where it already does, for the extra precision. But
having the API be mixed will only make it harder for developers, and
lead them to make the same mistake that I did in the API where I
missed some conversions.

Bug: 28197858
Change-Id: I99114bae259b9bdd47ce5c22e724d87bbd63336d
/frameworks/base/core/java/android/os/health/UidHealthStats.java
713fec85b8612256211f09c62b8958a99fe5b9db 04-Mar-2016 Joe Onorato <joeo@google.com> Add an API for apps to get their System Health / Battery Stats data.

Change-Id: Ib27e1be469b826f6d83d73ce6024102bbdb1d47a
/frameworks/base/core/java/android/os/health/UidHealthStats.java