Home
last modified time | relevance | path

Searched refs:mAutofillOptions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DBaseAdapter.java35 private CharSequence[] mAutofillOptions; field in BaseAdapter
92 return mAutofillOptions; in getAutofillOptions()
99 mAutofillOptions = options; in setAutofillOptions()
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java114 private CharSequence[] mAutofillOptions; field in ViewNode
196 mAutofillOptions = parcel.readCharSequenceArray(); in ViewNode()
441 return mAutofillOptions; in getAutofillOptions()
512 if (mAutofillOptions != null) { in writeSelfToParcel()
586 parcel.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()
892 mNode.mAutofillOptions = options; in setAutofillOptions()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java637 CharSequence[] mAutofillOptions; field in AssistStructure.ViewNode
772 mAutofillOptions = in.readCharSequenceArray(); in ViewNode()
919 if (mAutofillOptions != null) { in writeSelfToParcel()
997 out.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()
1163 return mAutofillOptions; in getAutofillOptions()
1981 mNode.mAutofillOptions = options; in setAutofillOptions()
/frameworks/base/core/java/android/app/
DContextImpl.java236 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl
2454 return mAutofillOptions; in getAutofillOptions()
2460 mAutofillOptions = options; in setAutofillOptions()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillOptions:[Ljava/lang/CharSequence;
80852 Landroid/widget/BaseAdapter;->mAutofillOptions:[Ljava/lang/CharSequence;