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()
114 private CharSequence[] mAutofillOptions; field in ViewNode196 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()
637 CharSequence[] mAutofillOptions; field in AssistStructure.ViewNode772 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()
236 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl2454 return mAutofillOptions; in getAutofillOptions()2460 mAutofillOptions = options; in setAutofillOptions()
3945 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillOptions:[Ljava/lang/CharSequence;80852 Landroid/widget/BaseAdapter;->mAutofillOptions:[Ljava/lang/CharSequence;