Home
last modified time | relevance | path

Searched refs:FLAGS_HAS_AUTOFILL_OPTIONS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java82 private static final long FLAGS_HAS_AUTOFILL_OPTIONS = 1L << 34; field in ViewNode
201 if ((nodeFlags & FLAGS_HAS_AUTOFILL_OPTIONS) != 0) { in ViewNode()
555 nodeFlags |= FLAGS_HAS_AUTOFILL_OPTIONS; in writeSelfToParcel()
633 if ((nodeFlags & FLAGS_HAS_AUTOFILL_OPTIONS) != 0) { in writeSelfToParcel()