Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java113 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in ViewNode
193 mAutofillType = parcel.readInt(); in ViewNode()
453 return mAutofillType; in getAutofillType()
548 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()
625 parcel.writeInt(mAutofillType); in writeSelfToParcel()
933 mNode.mAutofillType = type; in setAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java653 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in AssistStructure.ViewNode
842 mAutofillType = in.readInt(); in initializeFromParcelWithoutChildren()
1006 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()
1077 out.writeInt(mAutofillType); in writeSelfToParcel()
1228 return mAutofillType; in getAutofillType()
2241 mNode.mAutofillType = type; in setAutofillType()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt3944 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillType:I