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()
638 AutofillValue mAutofillValue; field in AssistStructure.ViewNode820 … mAutofillValue = 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()
3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;