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

Commit 16fd73b8 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge "BatteryStats: Reset per-User Bluetooth and Modem controller activity"...

Merge "BatteryStats: Reset per-User Bluetooth and Modem controller activity" into nyc-dev am: 4f928358
am: 5b57ee8f

* commit '5b57ee8f':
  BatteryStats: Reset per-User Bluetooth and Modem controller activity

Change-Id: I6ff2ac82c157c1f8c4e78010265493725c9e0d69
parents 3e37c335 5b57ee8f
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);