Searched refs:mAutofillHints (Results 1 – 6 of 6) sorted by relevance
39 private String[] mAutofillHints; field in VirtualViewFillInfo63 this.mAutofillHints = autofillHints; in VirtualViewFillInfo()65 SuppressLint.class, null, mAutofillHints, in VirtualViewFillInfo()78 return mAutofillHints; in getAutofillHints()88 private @Nullable @SuppressLint("NullableCollection") String[] mAutofillHints; field in VirtualViewFillInfo.Builder104 mAutofillHints = value; in setAutofillHints()114 mAutofillHints = defaultAutofillHints(); in build()117 mAutofillHints); in build()
67 private final @Nullable String[] mAutofillHints; field in InlineSuggestionInfo184 this.mAutofillHints = autofillHints; in InlineSuggestionInfo()224 return mAutofillHints; in getAutofillHints()260 "autofillHints = " + java.util.Arrays.toString(mAutofillHints) + ", " + in toString()282 && java.util.Arrays.equals(mAutofillHints, that.mAutofillHints) in equals()297 _hash = 31 * _hash + java.util.Arrays.hashCode(mAutofillHints); in hashCode()312 if (mAutofillHints != null) flg |= 0x4; in writeToParcel()317 if (mAutofillHints != null) dest.writeStringArray(mAutofillHints); in writeToParcel()356 this.mAutofillHints = autofillHints; in InlineSuggestionInfo()
114 private String[] mAutofillHints; field in ViewNode196 mAutofillHints = parcel.readStringArray(); in ViewNode()458 return mAutofillHints; in getAutofillHints()551 if (mAutofillHints != null) { in writeSelfToParcel()628 parcel.writeStringArray(mAutofillHints); in writeSelfToParcel()943 mNode.mAutofillHints = hints; in setAutofillHints()
654 @Nullable String[] mAutofillHints; field in AssistStructure.ViewNode845 mAutofillHints = in.readStringArray(); in initializeFromParcelWithoutChildren()1009 if (mAutofillHints != null) { in writeSelfToParcel()1080 out.writeStringArray(mAutofillHints); in writeSelfToParcel()1242 return mAutofillHints; in getAutofillHints()2246 mNode.mAutofillHints = hints; in setAutofillHints()
1373 private @Nullable String[] mAutofillHints; field in View10282 return mAutofillHints;13684 mAutofillHints = null;13686 mAutofillHints = autofillHints;
3940 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillHints:[Ljava/lang/String;62891 Landroid/view/View;->mAutofillHints:[Ljava/lang/String;