Merge "Update FakeUid with energy to charge change" into sc-dev

This commit is contained in:
Michael Wachenschwanz
2021-03-08 23:46:08 +00:00
committed by Android (Google) Code Review

View File

@@ -356,12 +356,12 @@ public class FakeUid extends Uid {
}
@Override
public long getScreenOnEnergy() {
public long getScreenOnMeasuredBatteryConsumptionUC() {
return 0;
}
@Override
public long[] getCustomMeasuredEnergiesMicroJoules() {
public long[] getCustomConsumerMeasuredBatteryConsumptionUC() {
return null;
}