Merge "Update FakeUid for new methods"
This commit is contained in:
committed by
Android (Google) Code Review
commit
87e71c96ea
@@ -347,6 +347,14 @@ public class FakeUid extends Uid {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void getDeferredJobsCheckinLineLocked(StringBuilder sb, int which) {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void getDeferredJobsLineLocked(StringBuilder sb, int which) {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getMobileRadioApWakeupCount(int which) {
|
public long getMobileRadioApWakeupCount(int which) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user