Merge "Add trackingBug to code used by tests." am: 8cce5a4923

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

Change-Id: I07e2bfde9de5e509eb7557aa13da0e92b7241a59
This commit is contained in:
Treehugger Robot
2020-10-30 00:58:17 +00:00
committed by Automerger Merge Worker

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