Merge "Adjust for changing BatteryStats.Uid API" am: ea27b5d092
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12184541 Change-Id: Ib7f67bb9b371db1eaeb15bceb50e8494ec178603
This commit is contained in:
@@ -389,4 +389,9 @@ public class FakeUid extends Uid {
|
|||||||
public long[] getScreenOffCpuFreqTimes(int procState, int which) {
|
public long[] getScreenOffCpuFreqTimes(int procState, int which) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public double getProportionalSystemServiceUsage() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user