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.java779 final int autofillFlags = mAutofillFlags; in initializeFromParcelWithoutChildren() local
791 if (autofillFlags != 0) { in initializeFromParcelWithoutChildren()
795 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIEW_ID) != 0) { in initializeFromParcelWithoutChildren()
797 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIRTUAL_VIEW_ID) != 0) { in initializeFromParcelWithoutChildren()
802 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_SESSION_ID) != 0) { in initializeFromParcelWithoutChildren()
806 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_TYPE) != 0) { in initializeFromParcelWithoutChildren()
809 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in initializeFromParcelWithoutChildren()
812 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VALUE) != 0) { in initializeFromParcelWithoutChildren()
815 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_OPTIONS) != 0) { in initializeFromParcelWithoutChildren()
818 if ((autofillFlags & AUTOFILL_FLAGS_HAS_HTML_INFO) != 0) { in initializeFromParcelWithoutChildren()
[all …]