Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DBaseAdapter.java35 private CharSequence[] mAutofillOptions; field in BaseAdapter
92 return mAutofillOptions; in getAutofillOptions()
99 mAutofillOptions = options; in setAutofillOptions()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java116 private CharSequence[] mAutofillOptions; field in ViewNode
202 mAutofillOptions = parcel.readCharSequenceArray(); in ViewNode()
468 return mAutofillOptions; in getAutofillOptions()
549 if (mAutofillOptions != null) { in writeSelfToParcel()
629 parcel.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()
948 mNode.mAutofillOptions = options; in setAutofillOptions()
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java637 CharSequence[] mAutofillOptions; field in AssistStructure.ViewNode
816 mAutofillOptions = in.readCharSequenceArray(); in initializeFromParcelWithoutChildren()
975 if (mAutofillOptions != null) { in writeSelfToParcel()
1056 out.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()
1236 return mAutofillOptions; in getAutofillOptions()
2162 mNode.mAutofillOptions = options; in setAutofillOptions()
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java266 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl
2963 return mAutofillOptions; in getAutofillOptions()
2969 mAutofillOptions = options; in setAutofillOptions()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3942 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillOptions:[Ljava/lang/CharSequence;
69746 Landroid/widget/BaseAdapter;->mAutofillOptions:[Ljava/lang/CharSequence;