Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea27b5d0 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Adjust for changing BatteryStats.Uid API"

parents 0fe53985 e99f810c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -389,4 +389,9 @@ public class FakeUid extends Uid {
    public long[] getScreenOffCpuFreqTimes(int procState, int which) {
        return null;
    }

    @Override
    public double getProportionalSystemServiceUsage() {
        return 0;
    }
}