Add getScreenOnEnergy to FakeUid
Bug: 172361024 Test: builds Change-Id: I968bae76d2cc8bfc718057466320095cb4eeac2f
This commit is contained in:
@@ -355,6 +355,11 @@ public class FakeUid extends Uid {
|
|||||||
public void getDeferredJobsLineLocked(StringBuilder sb, int which) {
|
public void getDeferredJobsLineLocked(StringBuilder sb, int which) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public long getScreenOnEnergy() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getMobileRadioApWakeupCount(int which) {
|
public long getMobileRadioApWakeupCount(int which) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user