Merge "Add trackingBug to code used by tests."

This commit is contained in:
Treehugger Robot
2020-10-30 00:43:21 +00:00
committed by Gerrit Code Review

View File

@@ -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 */