Merge "Remove SystemUiProxy#monitorGestureInput() as it's no longer used" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
047f2ed9b8
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user