Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java113 private AutofillValue mAutofillValue; field in ViewNode
193 mAutofillValue = parcel.readParcelable(null); in ViewNode()
436 return mAutofillValue; in getAutofillValue()
503 if (mAutofillValue != null) { in writeSelfToParcel()
583 parcel.writeParcelable(mAutofillValue, 0); in writeSelfToParcel()
887 mNode.mAutofillValue = value; in setAutofillValue()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java636 AutofillValue mAutofillValue; field in AssistStructure.ViewNode
769 mAutofillValue = in.readParcelable(null); in ViewNode()
910 if (mAutofillValue != null) { in writeSelfToParcel()
988 sanitizedValue = mAutofillValue; in writeSelfToParcel()
1142 return mAutofillValue; in getAutofillValue()
1190 mAutofillValue = value; in updateAutofillValue()
1976 mNode.mAutofillValue = value; in setAutofillValue()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3948 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;