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

Commit 3dbfe143 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Add method to BatteryStats" into nyc-dev

parents 22848ac9 f10a422b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -186,6 +186,11 @@ public class FakeUid extends Uid {
        return 0;
    }

    @Override
    public Timer getProcessStateTimer(int state) {
        return null;
    }

    @Override
    public Timer getVibratorOnTimer() {
        return null;