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.java698 static final int AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS = 0x0010; field in AssistStructure.ViewNode
809 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in initializeFromParcelWithoutChildren()
973 autofillFlags |= AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS; in writeSelfToParcel()
1041 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in writeSelfToParcel()