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

Commit d67d2059 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge \\"Update FakeUid with new methods\\" into nyc-mr1-dev am: 30bef0a0

am: fe8e89e2

Change-Id: Ifb8f9e5773619509122b5a982b950da90e0d4381
parents 1cbb9baf fe8e89e2
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;
    }
}