Merge "BatteryStats: Reset per-User Bluetooth and Modem controller activity" into nyc-dev
am: 4f928358d2
* commit '4f928358d2a4023dc6ba5a0bbdb1a63a3e1bfa7a':
BatteryStats: Reset per-User Bluetooth and Modem controller activity
Change-Id: I56cdc77ad57aceb8e60f7d0f834a2064d7bcd57a
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user