Merge "Add getCpuMeasuredBatteryConsumptionUC to FakeUid" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
45a3450d6f
@@ -360,6 +360,11 @@ public class FakeUid extends Uid {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getCpuMeasuredBatteryConsumptionUC() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long[] getCustomConsumerMeasuredBatteryConsumptionUC() {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user