Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java115 private AutofillValue mAutofillValue; field in ViewNode
199 mAutofillValue = parcel.readParcelable(null, android.view.autofill.AutofillValue.class); in ViewNode()
463 return mAutofillValue; in getAutofillValue()
545 if (mAutofillValue != null) { in writeSelfToParcel()
631 parcel.writeParcelable(mAutofillValue, 0); in writeSelfToParcel()
948 mNode.mAutofillValue = value; in setAutofillValue()
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java638 AutofillValue mAutofillValue; field in AssistStructure.ViewNode
820mAutofillValue = in.readParcelable(null, android.view.autofill.AutofillValue.class); in initializeFromParcelWithoutChildren()
973 if (mAutofillValue != null) { in writeSelfToParcel()
1054 sanitizedValue = mAutofillValue; in writeSelfToParcel()
1222 return mAutofillValue; in getAutofillValue()
1270 mAutofillValue = value; in updateAutofillValue()
2170 mNode.mAutofillValue = value; in setAutofillValue()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;