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

Commit 5ac925d9 authored by Simranjit Kohli's avatar Simranjit Kohli
Browse files

[Autofill]: Fix minor documentation typo's.

Change-Id: I789cf0564357dd5860ff421e931bf191f019c3ec
parent 627e2f98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1314,7 +1314,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);
@@ -3857,7 +3857,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)) {