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

Commit 0079d93d authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Merge "Fix build breakage." into nyc-dev

am: 4449a27f

* commit '4449a27f':
  Fix build breakage.
parents a04f1b4e 4449a27f
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)