Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f928358 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BatteryStats: Reset per-User Bluetooth and Modem controller activity" into nyc-dev

parents 3cb7f6bd 1a2b39e6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5711,12 +5711,12 @@ public class BatteryStatsImpl extends BatteryStats {
                mWifiControllerActivity.reset(false);
            }

            if (mBsi.mBluetoothActivity != null) {
                mBsi.mBluetoothActivity.reset(false);
            if (mBluetoothControllerActivity != null) {
                mBluetoothControllerActivity.reset(false);
            }

            if (mBsi.mModemActivity != null) {
                mBsi.mModemActivity.reset(false);
            if (mModemControllerActivity != null) {
                mModemControllerActivity.reset(false);
            }

            mUserCpuTime.reset(false);