Add adaptive charging to the top level settings menu

Bug: 172009945
Test: Trigger adaptive charging and verify string in menu
Change-Id: Iba2d81e779e2b4aaa3c7b7c38710a03c6792c4a9
This commit is contained in:
Stephane Lee
2020-11-04 15:21:05 -08:00
parent 65ced1482d
commit b60870cb7d
6 changed files with 96 additions and 25 deletions

View File

@@ -25,5 +25,5 @@ public interface BatteryStatusFeatureProvider {
* Trigger a battery status update; return false if built-in status should be used.
*/
boolean triggerBatteryStatusUpdate(
BatteryHeaderPreferenceController batteryHeaderPreferenceController, BatteryInfo info);
BatteryPreferenceController controller, BatteryInfo info);
}