Merge "BatteryStats: Reset per-User Bluetooth and Modem controller activity" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f928358d2
@@ -5711,12 +5711,12 @@ public class BatteryStatsImpl extends BatteryStats {
|
|||||||
mWifiControllerActivity.reset(false);
|
mWifiControllerActivity.reset(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mBsi.mBluetoothActivity != null) {
|
if (mBluetoothControllerActivity != null) {
|
||||||
mBsi.mBluetoothActivity.reset(false);
|
mBluetoothControllerActivity.reset(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mBsi.mModemActivity != null) {
|
if (mModemControllerActivity != null) {
|
||||||
mBsi.mModemActivity.reset(false);
|
mModemControllerActivity.reset(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
mUserCpuTime.reset(false);
|
mUserCpuTime.reset(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user