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

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

Merge "Remove IMM#getInputContext(), which is unused"

parents 5b87617f ec0a7594
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ import com.android.internal.inputmethod.StartInputReason;
import com.android.internal.inputmethod.UnbindReason;
import com.android.internal.os.SomeArgs;
import com.android.internal.view.IInputConnectionWrapper;
import com.android.internal.view.IInputContext;
import com.android.internal.view.IInputMethodClient;
import com.android.internal.view.IInputMethodManager;
import com.android.internal.view.IInputMethodSession;
@@ -1213,19 +1212,6 @@ public final class InputMethodManager {
        return mClient;
    }

    /**
     * No longer used.  Do not use.
     *
     * TODO(b/192412909) Remove this method.
     *
     * @deprecated Was kept due to {@link UnsupportedAppUsage}.  Will be removed soon.
     * @hide
     */
    @Deprecated
    public IInputContext getInputContext() {
        return mIInputContext;
    }

    /**
     * Returns the list of installed input methods.
     *