Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java732 static final int AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS = 0x0010; field in AssistStructure.ViewNode
844 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in initializeFromParcelWithoutChildren()
1010 autofillFlags |= AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS; in writeSelfToParcel()
1079 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in writeSelfToParcel()