Update FakeUid to match BatteryStats.Uid.
Bug: 66953194 Test: N/A Change-Id: Ibb4c6be68d1ea2c64f7da7bc0b39d7142ac8ce9a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user