Searched refs:mAutofillValue (Results 1 – 3 of 3) sorted by relevance
115 private AutofillValue mAutofillValue; field in ViewNode199 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()
664 AutofillValue mAutofillValue; field in AssistStructure.ViewNode848 … mAutofillValue = in.readParcelable(null, android.view.autofill.AutofillValue.class); in initializeFromParcelWithoutChildren()1003 if (mAutofillValue != null) { in writeSelfToParcel()1085 sanitizedValue = mAutofillValue; in writeSelfToParcel()1255 return mAutofillValue; in getAutofillValue()1337 mAutofillValue = value; in updateAutofillValue()2251 mNode.mAutofillValue = value; in setAutofillValue()
3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;