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

Commit 31b5758f authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update FakeUid interface to match BatteryStats.Uid

Change-Id: I900fed93c11f8d424ca0dd2afe562b421cd30eeb
parent d11743c7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -264,4 +264,9 @@ public class FakeUid extends Uid {
    public BatteryStats.ControllerActivityCounter getModemControllerActivity() {
        return null;
    }

    @Override
    public Timer getBluetoothScanTimer() {
        return null;
    }
}