Merge "Add getScreenOnEnergy to FakeUid"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a533dc0464
@@ -355,6 +355,11 @@ public class FakeUid extends Uid {
|
||||
public void getDeferredJobsLineLocked(StringBuilder sb, int which) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getScreenOnEnergy() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getMobileRadioApWakeupCount(int which) {
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user