Loading core/java/android/app/Instrumentation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1181,7 +1181,7 @@ public class Instrumentation { // Direct the injected event into windows owned by the instrumentation target. // Direct the injected event into windows owned by the instrumentation target. InputManager.getInstance().injectInputEvent( InputManager.getInstance().injectInputEvent( event, InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT, Process.myUid()); event, InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH, Process.myUid()); if (syncAfter) { if (syncAfter) { WindowManagerGlobal.getWindowManagerService() WindowManagerGlobal.getWindowManagerService() Loading Loading
core/java/android/app/Instrumentation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1181,7 +1181,7 @@ public class Instrumentation { // Direct the injected event into windows owned by the instrumentation target. // Direct the injected event into windows owned by the instrumentation target. InputManager.getInstance().injectInputEvent( InputManager.getInstance().injectInputEvent( event, InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT, Process.myUid()); event, InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH, Process.myUid()); if (syncAfter) { if (syncAfter) { WindowManagerGlobal.getWindowManagerService() WindowManagerGlobal.getWindowManagerService() Loading