Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java735 final int autofillFlags = mAutofillFlags; in ViewNode() local
747 if (autofillFlags != 0) { in ViewNode()
751 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIEW_ID) != 0) { in ViewNode()
753 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIRTUAL_VIEW_ID) != 0) { in ViewNode()
758 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_SESSION_ID) != 0) { in ViewNode()
762 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_TYPE) != 0) { in ViewNode()
765 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in ViewNode()
768 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VALUE) != 0) { in ViewNode()
771 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_OPTIONS) != 0) { in ViewNode()
774 if ((autofillFlags & AUTOFILL_FLAGS_HAS_HTML_INFO) != 0) { in ViewNode()
[all …]