Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 776bd5c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Follow up of IInputConnectionWrapper" into sc-dev

parents 26321768 c04d9963
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -221,10 +221,6 @@ public final class IInputConnectionWrapper extends IInputContext.Stub {
        dispatchMessage(mH.obtainMessage(DO_GET_SURROUNDING_TEXT, flags, 0 /* unused */, args));
    }

    public void setImeTemporarilyConsumesInput(boolean imeTemporarilyConsumesInput) {
         // no-op
    }

    public void getCursorCapsMode(int reqModes, IIntResultCallback callback) {
        dispatchMessage(
                mH.obtainMessage(DO_GET_CURSOR_CAPS_MODE, reqModes, 0 /* unused */, callback));