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.java813 final int autofillFlags = mAutofillFlags; in initializeFromParcelWithoutChildren() local
825 if (autofillFlags != 0) { in initializeFromParcelWithoutChildren()
830 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIEW_ID) != 0) { in initializeFromParcelWithoutChildren()
832 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VIRTUAL_VIEW_ID) != 0) { in initializeFromParcelWithoutChildren()
837 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_SESSION_ID) != 0) { in initializeFromParcelWithoutChildren()
841 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_TYPE) != 0) { in initializeFromParcelWithoutChildren()
844 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_HINTS) != 0) { in initializeFromParcelWithoutChildren()
847 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_VALUE) != 0) { in initializeFromParcelWithoutChildren()
850 if ((autofillFlags & AUTOFILL_FLAGS_HAS_AUTOFILL_OPTIONS) != 0) { in initializeFromParcelWithoutChildren()
853 if ((autofillFlags & AUTOFILL_FLAGS_HAS_HTML_INFO) != 0) { in initializeFromParcelWithoutChildren()
[all …]