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

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

Add bt traffic accounting

Bug:26039657
Change-Id: I8f8d0389b5b55e02b4a3528b010b76938d87a2a3
parent 84404699
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) {
    }