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

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

Merge "Fix javadoc for replaceText"

parents d17931b3 08811aeb
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -777,7 +777,7 @@ final class IRemoteInputConnectionInvoker {
    }
    }


    /**
    /**
     * Invokes {@link IRemoteInputConnection#replaceText(InputConnectionCommandHeader, int, int,
     * Invokes {@code IRemoteInputConnection#replaceText(InputConnectionCommandHeader, int, int,
     * CharSequence, TextAttribute)}.
     * CharSequence, TextAttribute)}.
     *
     *
     * @param start the character index where the replacement should start.
     * @param start the character index where the replacement should start.
@@ -788,6 +788,8 @@ final class IRemoteInputConnectionInvoker {
     *     that this means you can't position the cursor within the text.
     *     that this means you can't position the cursor within the text.
     * @param text the text to replace. This may include styles.
     * @param text the text to replace. This may include styles.
     * @param textAttribute The extra information about the text. This value may be null.
     * @param textAttribute The extra information about the text. This value may be null.
     * @return {@code true} if the invocation is completed without {@link RemoteException}, {@code
     *     false} otherwise.
     */
     */
    @AnyThread
    @AnyThread
    public boolean replaceText(
    public boolean replaceText(