Merge "Add trackingBug to code used by tests."

This commit is contained in:
TreeHugger Robot
2020-10-29 18:27:34 +00:00
committed by Android (Google) Code Review

View File

@@ -231,7 +231,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 =
InputEventInjectionSync.WAIT_FOR_FINISHED;