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

Commit fe8e89e2 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

Change-Id: I3d9e4240c8986fad9ee3c3e3340027e127871d0b
parents a1430e0a 30bef0a0
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -274,4 +274,14 @@ public class FakeUid extends Uid {
    public Timer getBluetoothScanTimer() {
    public Timer getBluetoothScanTimer() {
        return null;
        return null;
    }
    }

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

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