Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java53 private static final long FLAGS_HAS_AUTOFILL_ID = 1L << 5; field in ViewNode
126 if ((nodeFlags & FLAGS_HAS_AUTOFILL_ID) != 0) { in ViewNode()
492 nodeFlags |= FLAGS_HAS_AUTOFILL_ID; in writeSelfToParcel()
562 if ((nodeFlags & FLAGS_HAS_AUTOFILL_ID) != 0) { in writeSelfToParcel()