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

Commit 3d875b49 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify MessageQueue.isIdle behavior wrt sync barriers." into main

parents 89cf0eb1 78026e45
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -351,7 +351,8 @@ public final class MessageQueue {
    }

    /**
     * Returns true if the looper has no pending messages which are due to be processed.
     * Returns true if the looper has no pending messages which are due to be processed
     * and is not blocked on a sync barrier.
     *
     * <p>This method is safe to call from any thread.
     *
+2 −1
Original line number Diff line number Diff line
@@ -121,7 +121,8 @@ public final class MessageQueue {
    }

    /**
     * Returns true if the looper has no pending messages which are due to be processed.
     * Returns true if the looper has no pending messages which are due to be processed
     * and is not blocked on sync barrier.
     *
     * <p>This method is safe to call from any thread.
     *