Merge "Update FakeUid to include new methods." into oc-dev

am: 129369e58e

Change-Id: I0f6ac2bd7ba43d31843c61b0478cfd39fb20da0d
This commit is contained in:
Sudheer Shanka
2017-05-12 18:09:55 +00:00
committed by android-build-merger

View File

@@ -305,4 +305,14 @@ public class FakeUid extends Uid {
public long getMobileRadioApWakeupCount(int which) { public long getMobileRadioApWakeupCount(int which) {
return 0; return 0;
} }
@Override
public long[] getCpuFreqTimes(int which) {
return null;
}
@Override
public long[] getScreenOffCpuFreqTimes(int which) {
return null;
}
} }