Searched refs:mAutofillValue (Results 1 – 3 of 3) sorted by relevance
115 private AutofillValue mAutofillValue; field in ViewNode199 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()
636 AutofillValue mAutofillValue; field in AssistStructure.ViewNode813 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()
3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillValue:Landroid/view/autofill/AutofillValue;