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

Commit c05066bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add trackingBug to code used by tests." am: 8cce5a49 am: f9bda93c am: 204bb0fd

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1479879

Change-Id: I6176f4ed207310a5012262c36f14e9f30fdf2e48
parents 534129a8 204bb0fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ public final class InputManager {
     * Waits for the event to be delivered to the application and handled.
     * @hide
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 171972397)
    public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH = 2;  // see InputDispatcher.h

    /** @hide */