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

Commit f10a422b authored by Joe Onorato's avatar Joe Onorato
Browse files

Add method to BatteryStats

Change-Id: Ie05a1ff4ea081bed1777882d3ec6fd84fc5ba98f
parent e2634016
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;