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

Commit 069e8ab3 authored by Adam Bookatz's avatar Adam Bookatz Committed by android-build-merger
Browse files

Merge "Add aggregated partial wakelock time per uid" into oc-dev

am: 11e7781b

Change-Id: I17641683c8d6ec278070ebbafaefce35008248f0
parents c2bd388b 11e7781b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@ public class FakeUid extends Uid {
        return null;
    }

    @Override
    public Timer getAggregatedPartialWakelockTimer() {
        return null;
    }

    @Override
    public ArrayMap<String, ? extends Timer> getSyncStats() {
        return null;