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

Commit 2e6e7d10 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Add bt traffic accounting"

parents 021dcb06 d4574a06
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ public class FakeUid extends Uid {
        return 0;
    }

    @Override
    public long getBluetoothControllerActivity(int type, int which) {
        return 0;
    }

    @Override
    public void noteWifiRunningLocked(long elapsedRealtime) {
    }