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

Commit 30bef0a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update FakeUid with new methods" into nyc-mr1-dev

parents 534d6443 f584eaa0
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;
    }
}