Merge "Add getCpuMeasuredBatteryConsumptionUC to FakeUid" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-12 20:51:44 +00:00
committed by Android (Google) Code Review

View File

@@ -360,6 +360,11 @@ public class FakeUid extends Uid {
return 0; return 0;
} }
@Override
public long getCpuMeasuredBatteryConsumptionUC() {
return 0;
}
@Override @Override
public long[] getCustomConsumerMeasuredBatteryConsumptionUC() { public long[] getCustomConsumerMeasuredBatteryConsumptionUC() {
return null; return null;