Update FakeUid with energy to charge change

Bug: 180079165
Test: builds
Change-Id: I14c1fc727f6a63b0292b0dce1a3b12d00aa61c0f
This commit is contained in:
Michael Wachenschwanz
2021-02-17 07:20:12 -08:00
parent 6d513a2c67
commit ad250a4e3c

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;
}