Merge "Update FakeUid to match BatteryStats.Uid."

This commit is contained in:
Sudheer Shanka
2017-12-21 03:51:40 +00:00
committed by Android (Google) Code Review

View File

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