Add trackingBug to code used by tests.
INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH appears to be used by espresso. Bug: 171972397 Change-Id: Ic9df340620bf6c4e2cdd0dff077548f5807fa8e3
This commit is contained in:
@@ -231,7 +231,7 @@ public final class InputManager {
|
|||||||
* Waits for the event to be delivered to the application and handled.
|
* Waits for the event to be delivered to the application and handled.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage(trackingBug = 171972397)
|
||||||
public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH =
|
public static final int INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH =
|
||||||
InputEventInjectionSync.WAIT_FOR_FINISHED;
|
InputEventInjectionSync.WAIT_FOR_FINISHED;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user