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

Commit f584eaa0 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update FakeUid with new methods

Bug:28931278
Change-Id: I845337633b1840ae66bda065985624aa67b070df
parent 41027321
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -274,4 +274,14 @@ public class FakeUid extends Uid {
    public Timer getBluetoothScanTimer() {
        return null;
    }

    @Override
    public long getWifiRadioApWakeupCount(int which) {
        return 0;
    }

    @Override
    public long getMobileRadioApWakeupCount(int which) {
        return 0;
    }
}