OSDN Git Service

BatteryStatsHistory needs to public for unit test to work.
authorHui Yu <huiyu@google.com>
Tue, 17 Jul 2018 00:03:48 +0000 (17:03 -0700)
committerHui Yu <huiyu@google.com>
Tue, 17 Jul 2018 17:46:34 +0000 (10:46 -0700)
commitb7956e07ad7bc5153418585ee6222eb53b79fab6
treefc3550b123288ecf50aab4b7df92e4c108b88668
parent4325cf000400117d673de580d851adb98843355d
BatteryStatsHistory needs to public for unit test to work.

Otherwise BatteryStatsHistoryTest gets "Illegal class access" error.

Test: atest BatteryStatsHistoryTest.java
Change-Id: I6efc9df24e1fd15cc3cdc4611a65d3e41efa63da
core/java/com/android/internal/os/BatteryStatsHistory.java