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

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

Merge "[Autofill]: Fix minor documentation typo's."

parents 7d82c120 5ac925d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1458,7 +1458,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
        if (((response.getDatasets() == null || response.getDatasets().isEmpty())
                        && response.getAuthentication() == null)
                || autofillDisabled) {
            // Response is "empty" from an UI point of view, need to notify client.
            // Response is "empty" from a UI point of view, need to notify client.
            notifyUnavailableToClient(
                    autofillDisabled ? AutofillManager.STATE_DISABLED_BY_SERVICE : 0,
                    /* autofillableIds= */ null);
@@ -4283,7 +4283,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState

        mService.resetLastResponse();

        // The default autofill service cannot fullfill the request, let's check if the augmented
        // The default autofill service cannot fulfill the request, let's check if the augmented
        // autofill service can.
        mAugmentedAutofillDestroyer = triggerAugmentedAutofillLocked(flags);
        if (mAugmentedAutofillDestroyer == null && ((flags & FLAG_PASSWORD_INPUT_TYPE) == 0)) {