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

Commit 4449a27f authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Fix build breakage." into nyc-dev

parents 436f1523 5cf733f8
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)