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

Commit 12666090 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add visibility bit to AssistStructure dump method" into main

parents da1ca066 28ed5f69
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2495,7 +2495,8 @@ public class AssistStructure implements Parcelable {
                    + ", hints=" + Arrays.toString(node.getAutofillHints())
                    + ", value=" + node.getAutofillValue()
                    + ", sanitized=" + node.isSanitized()
                    + ", important=" + node.getImportantForAutofill());
                    + ", important=" + node.getImportantForAutofill()
                    + ", visibility=" + node.getVisibility());
        }

        final int NCHILDREN = node.getChildCount();