Searched refs:mAutofillOptions (Results 1 – 5 of 5) sorted by relevance
35 private CharSequence[] mAutofillOptions; field in BaseAdapter92 return mAutofillOptions; in getAutofillOptions()99 mAutofillOptions = options; in setAutofillOptions()
116 private CharSequence[] mAutofillOptions; field in ViewNode202 mAutofillOptions = parcel.readCharSequenceArray(); in ViewNode()468 return mAutofillOptions; in getAutofillOptions()554 if (mAutofillOptions != null) { in writeSelfToParcel()634 parcel.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()953 mNode.mAutofillOptions = options; in setAutofillOptions()
665 CharSequence[] mAutofillOptions; field in AssistStructure.ViewNode851 mAutofillOptions = in.readCharSequenceArray(); in initializeFromParcelWithoutChildren()1012 if (mAutofillOptions != null) { in writeSelfToParcel()1094 out.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()1276 return mAutofillOptions; in getAutofillOptions()2256 mNode.mAutofillOptions = options; in setAutofillOptions()
295 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl3326 return mAutofillOptions; in getAutofillOptions()3332 mAutofillOptions = options; in setAutofillOptions()3522 mAutofillOptions = container.mAutofillOptions; in ContextImpl()
3942 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillOptions:[Ljava/lang/CharSequence;65780 Landroid/widget/BaseAdapter;->mAutofillOptions:[Ljava/lang/CharSequence;