Merge "Update FakeUid to match BatteryStats.Uid."
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e36bde72d
@@ -361,4 +361,14 @@ public class FakeUid extends Uid {
|
|||||||
public long[] getScreenOffCpuFreqTimes(int which) {
|
public long[] getScreenOffCpuFreqTimes(int which) {
|
||||||
return null;
|
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