Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java81 private static final long FLAGS_HAS_AUTOFILL_HINTS = 1L << 33; field in ViewNode
195 if ((nodeFlags & FLAGS_HAS_AUTOFILL_HINTS) != 0) { in ViewNode()
552 nodeFlags |= FLAGS_HAS_AUTOFILL_HINTS; in writeSelfToParcel()
627 if ((nodeFlags & FLAGS_HAS_AUTOFILL_HINTS) != 0) { in writeSelfToParcel()