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.java115 private AutofillValue mAutofillValue; field in ViewNode
199 mAutofillValue = parcel.readParcelable(null); in ViewNode()
463 return mAutofillValue; in getAutofillValue()
540 if (mAutofillValue != null) { in writeSelfToParcel()
626 parcel.writeParcelable(mAutofillValue, 0); in writeSelfToParcel()
943 mNode.mAutofillValue = value; in setAutofillValue()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java636 AutofillValue mAutofillValue; field in AssistStructure.ViewNode
813 mAutofillValue = in.readParcelable(null); in initializeFromParcelWithoutChildren()
966 if (mAutofillValue != null) { in writeSelfToParcel()
1047 sanitizedValue = mAutofillValue; in writeSelfToParcel()
1215 return mAutofillValue; in getAutofillValue()
1263 mAutofillValue = value; in updateAutofillValue()
2157 mNode.mAutofillValue = value; in setAutofillValue()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;