Searched refs:mAutofillOptions (Results 1 – 4 of 4) 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()
228 private @Nullable AutofillOptions mAutofillOptions; field in ContextImpl2395 return mAutofillOptions; in getAutofillOptions()2401 mAutofillOptions = options; in setAutofillOptions()