Merge "Remove SystemUiProxy#monitorGestureInput() as it's no longer used" into sc-dev am: 047f2ed9b8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14177243

Change-Id: I599e31d717c2c5b006cbb07592b65b19b5693530
This commit is contained in:
TreeHugger Robot
2021-04-14 00:34:16 +00:00
committed by Automerger Merge Worker
@@ -255,18 +255,6 @@ public class SystemUiProxy implements ISystemUiProxy,
}
}
@Override
public Bundle monitorGestureInput(String name, int displayId) {
if (mSystemUiProxy != null) {
try {
return mSystemUiProxy.monitorGestureInput(name, displayId);
} catch (RemoteException e) {
Log.w(TAG, "Failed call monitorGestureInput: " + name, e);
}
}
return null;
}
@Override
public void notifyAccessibilityButtonClicked(int displayId) {
if (mSystemUiProxy != null) {