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()549 if (mAutofillOptions != null) { in writeSelfToParcel()629 parcel.writeCharSequenceArray(mAutofillOptions); in writeSelfToParcel()948 mNode.mAutofillOptions = options; in setAutofillOptions()
637 CharSequence[] mAutofillOptions; field in AssistStructure.ViewNode816 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()
266 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl2963 return mAutofillOptions; in getAutofillOptions()2969 mAutofillOptions = options; in setAutofillOptions()
3942 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillOptions:[Ljava/lang/CharSequence;69746 Landroid/widget/BaseAdapter;->mAutofillOptions:[Ljava/lang/CharSequence;