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

Commit 0fd556ce authored by Jean Chalard's avatar Jean Chalard
Browse files

[IL74] Remove unused/unwanted arguments to a method.

Bug: 8636060
Change-Id: I3c5213cc57b5b5febd25f14d40c197d2da43dfb8
parent 963d97af
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -888,10 +888,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        mInputLogic.finishInput();
        // Notify ResearchLogger
        if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
            ResearchLogger.latinIME_onFinishInputViewInternal(finishingInput,
                    // TODO[IL]: mInputLogic.mConnection should be private
                    mInputLogic.mConnection.getExpectedSelectionStart(),
                    mInputLogic.mConnection.getExpectedSelectionEnd(), getCurrentInputConnection());
            ResearchLogger.latinIME_onFinishInputViewInternal(finishingInput);
        }
    }

+2 −3
Original line number Diff line number Diff line
@@ -1117,14 +1117,13 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
    private static final LogStatement LOGSTATEMENT_LATINIME_ONFINISHINPUTVIEWINTERNAL =
            new LogStatement("LatinIMEOnFinishInputViewInternal", false, false, "isTextTruncated",
                    "text");
    public static void latinIME_onFinishInputViewInternal(final boolean finishingInput,
            final int savedSelectionStart, final int savedSelectionEnd, final InputConnection ic) {
    public static void latinIME_onFinishInputViewInternal(final boolean finishingInput) {
        // The finishingInput flag is set in InputMethodService.  It is true if called from
        // doFinishInput(), which can be called as part of doStartInput().  This can happen at times
        // when the IME is not closing, such as when powering up.  The finishinInput flag is false
        // if called from finishViews(), which is called from hideWindow() and onDestroy().  These
        // are the situations in which we want to finish up the researchLog.
        if (ic != null && !finishingInput) {
        if (!finishingInput) {
            final ResearchLogger researchLogger = getInstance();
            // Assume that OUTPUT_ENTIRE_BUFFER is only true when we don't care about privacy (e.g.
            // during a live user test), so the normal isPotentiallyPrivate and