Searched refs:mAutofillType (Results 1 – 3 of 3) sorted by relevance
111 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in ViewNode187 mAutofillType = parcel.readInt(); in ViewNode()426 return mAutofillType; in getAutofillType()506 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()577 parcel.writeInt(mAutofillType); in writeSelfToParcel()877 mNode.mAutofillType = type; in setAutofillType()
634 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in AssistStructure.ViewNode763 mAutofillType = in.readInt(); in ViewNode()913 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()980 out.writeInt(mAutofillType); in writeSelfToParcel()1115 return mAutofillType; in getAutofillType()1966 mNode.mAutofillType = type; in setAutofillType()
3947 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillType:I