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.java111 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in ViewNode
187 mAutofillType = parcel.readInt(); in ViewNode()
426 return mAutofillType; in getAutofillType()
506 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()
577 parcel.writeInt(mAutofillType); in writeSelfToParcel()
877 mNode.mAutofillType = type; in setAutofillType()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java634 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in AssistStructure.ViewNode
763 mAutofillType = in.readInt(); in ViewNode()
913 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()
980 out.writeInt(mAutofillType); in writeSelfToParcel()
1115 return mAutofillType; in getAutofillType()
1966 mNode.mAutofillType = type; in setAutofillType()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3947 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillType:I