Merge "Add impl for force stop action"

This commit is contained in:
TreeHugger Robot
2017-05-05 01:27:20 +00:00
committed by Android (Google) Code Review
11 changed files with 161 additions and 18 deletions

View File

@@ -170,7 +170,7 @@ public class PowerUsageSummary extends PowerUsageBase implements
KEY_TIME_SINCE_LAST_FULL_CHARGE);
mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.battery_footer_summary);
mAnomalySummaryPreferenceController = new AnomalySummaryPreferenceController(
(SettingsActivity) getActivity(), this);
(SettingsActivity) getActivity(), this, MetricsEvent.FUELGAUGE_POWER_USAGE_SUMMARY);
mBatteryUtils = BatteryUtils.getInstance(getContext());
mAnomalySparseArray = new SparseArray<>();