Loading services/core/java/com/android/server/input/InputManagerService.java +1 −4 Original line number Diff line number Diff line Loading @@ -852,10 +852,7 @@ public class InputManagerService extends IInputManager.Stub new GestureMonitorSpyWindow(monitorToken, name, displayId, pid, uid, sc, channel)); } final InputChannel outInputChannel = new InputChannel(); channel.copyTo(outInputChannel); return outInputChannel; return channel; } private void removeSpyWindowGestureMonitor(@NonNull IBinder inputChannelToken) { Loading Loading
services/core/java/com/android/server/input/InputManagerService.java +1 −4 Original line number Diff line number Diff line Loading @@ -852,10 +852,7 @@ public class InputManagerService extends IInputManager.Stub new GestureMonitorSpyWindow(monitorToken, name, displayId, pid, uid, sc, channel)); } final InputChannel outInputChannel = new InputChannel(); channel.copyTo(outInputChannel); return outInputChannel; return channel; } private void removeSpyWindowGestureMonitor(@NonNull IBinder inputChannelToken) { Loading