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

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

Merge "DeliQueue: MatchHandlerWhatAndObject should be public" into main

parents b224cb04 baf67a2c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -837,7 +837,11 @@ public final class MessageQueue {
                Runnable r, long when);
    }

    static final class MatchHandlerWhatAndObject extends MessageCompare {
    /**
     * Matches handler, what, and object if non-null.
     * @hide
     */
    public static final class MatchHandlerWhatAndObject extends MessageCompare {
        @Override
        public boolean compareMessage(Message m, Handler h, int what, Object object, Runnable r,
                long when) {