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

Commit 75c2263e authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Address nits from ag/25977295

Test: N/A - Addressing nits only
Bug: 318846139

Change-Id: Ie6dd1d5972ac926b0821ab415565cfdc82a59502
parent 7f240701
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -1285,11 +1285,7 @@ public class AssistStructure implements Parcelable {
        }

        /**
         *
         * @return
         *
         * @hide
         *
         */
        @FlaggedApi("autofill_credman_dev_integration")
        @Nullable
@@ -2567,7 +2563,7 @@ public class AssistStructure implements Parcelable {
        }
        AutofillId autofillId = node.getAutofillId();
        if (autofillId == null) {
            Log.i(TAG, prefix + " NO autofill ID");
            Log.i(TAG, prefix + " No autofill ID");
        } else {
            Log.i(TAG, prefix + "  Autofill info: id= " + autofillId
                    + ", type=" + node.getAutofillType()
@@ -2582,7 +2578,7 @@ public class AssistStructure implements Parcelable {
        }
        GetCredentialRequest getCredentialRequest = node.getCredentialManagerRequest();
        if (getCredentialRequest == null) {
            Log.i(TAG, prefix + " NO Credential Manager Request");
            Log.i(TAG, prefix + " No Credential Manager Request");
        } else {
            Log.i(TAG, prefix + "  GetCredentialRequest: no. of options= "
                    + getCredentialRequest.getCredentialOptions().size()
+0 −3
Original line number Diff line number Diff line
@@ -63,9 +63,6 @@ public final class GetCredentialResponse implements Parcelable {
    }

    /**
     *
     * @return
     *
     * @hide
     */
    public AutofillId getAutofillId() {
+0 −1
Original line number Diff line number Diff line
@@ -1045,7 +1045,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    @Nullable
    private ViewCredentialHandler mViewCredentialHandler;
    /** Used to avoid computing the full strings each time when layout tracing is enabled. */
    @Nullable
    private ViewTraversalTracingStrings mTracingStrings;