Merge "Update FakeUid to include new methods." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
129369e58e
@@ -305,4 +305,14 @@ public class FakeUid extends Uid {
|
||||
public long getMobileRadioApWakeupCount(int which) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long[] getCpuFreqTimes(int which) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long[] getScreenOffCpuFreqTimes(int which) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user