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

Commit 5cf733f8 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix build breakage.

This follows up to my previous CL [1], which forgot to update
BridgeIInputMethodManager.java (again!).

  [1] I56934f18e30d90fcdf77bcbb0c35a92a5feb1b82
      05c25f8a

Bug: 25373872
Change-Id: I0643069fd0b677115c89c340b7a23f1d12bd7988
parent 5d35396a
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -183,15 +183,6 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
        return false;
    }

    @Override
    public InputBindResult startInput(
            /* @InputMethodClient.StartInputReason */ int startInputReason,
            IInputMethodClient client, IInputContext inputContext, EditorInfo attribute,
            int controlFlags) throws RemoteException {
        // TODO Auto-generated method stub
        return null;
    }

    @Override
    public boolean switchToLastInputMethod(IBinder arg0) throws RemoteException {
        // TODO Auto-generated method stub
@@ -228,7 +219,7 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
    }

    @Override
    public InputBindResult windowGainedFocus(
    public InputBindResult startInputOrWindowGainedFocus(
            /* @InputMethodClient.StartInputReason */ int startInputReason,
            IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode,
            int windowFlags, EditorInfo attribute, IInputContext inputContext)