OSDN Git Service

fix an issue where sensors power usage wasn't reported properly
authorMathias Agopian <mathias@google.com>
Tue, 5 Feb 2013 03:24:46 +0000 (19:24 -0800)
committerMathias Agopian <mathias@google.com>
Tue, 5 Feb 2013 03:24:46 +0000 (19:24 -0800)
commitb287ba3e2b35d26f62a004e7d915b1b42ca2a905
tree01dc6583c494258dada1799078937fabb03c007d
parent596f0cfb4654a18b863f7e6a9dd6742bd57c2b96
fix an issue where sensors power usage wasn't reported properly

the battery service records a sensor's *handle*, but the
PowerUsageSummary code used it as a sensor *type*.

Change-Id: I0d2cbdffc24238d5e02f0d6369fa44ed990176a4
src/com/android/settings/fuelgauge/PowerUsageSummary.java