Update FakeUid with energy to charge change
Bug: 180079165 Test: builds Change-Id: I14c1fc727f6a63b0292b0dce1a3b12d00aa61c0f
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user