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

Commit 8da7428e authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Remove a couple of TODOs in BroadcastQueueModernImpl."

parents dcaf7c8e 64cd94d5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1444,13 +1444,15 @@ class BroadcastQueueModernImpl extends BroadcastQueue {

    @Override
    public boolean isDelayBehindServices() {
        // TODO: implement
        // Modern queue does not alter the broadcasts delivery behavior based on background
        // services, so ignore.
        return false;
    }

    @Override
    public void backgroundServicesFinishedLocked(int userId) {
        // TODO: implement
        // Modern queue does not alter the broadcasts delivery behavior based on background
        // services, so ignore.
    }

    /**