Ying Wai (Daniel) Fan c800ddc824 Correct the formula of battery capacity estimation.
Instead of
  (current charge) * (current battery level percentage)
the formula should be
  (current charge) / (current battery level percentage)
to estimate the charge at 100% battery level.

Bug: 34255953
Fixes: 34255953
Test: formula change CL. No existing unit tests found.
Change-Id: I56ef7af3fb097a3082e0ef24329f522d2a0229cc
(cherry picked from commit 9238b6124c)
2017-01-30 19:24:43 +00:00
2017-01-26 04:34:57 +00:00
2017-01-25 17:00:55 -08:00
2017-01-25 17:00:55 -08:00
2017-01-26 04:34:57 +00:00
2017-01-25 17:00:55 -08:00
2017-01-26 04:34:57 +00:00
2016-12-06 01:23:43 +00:00
2016-10-14 10:27:08 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%