Searched refs:mAutofillHints (Results 1 – 5 of 5) sorted by relevance
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()546 if (mAutofillHints != null) { in writeSelfToParcel()623 parcel.writeStringArray(mAutofillHints); in writeSelfToParcel()938 mNode.mAutofillHints = hints; in setAutofillHints()
635 @Nullable String[] mAutofillHints; field in AssistStructure.ViewNode810 mAutofillHints = in.readStringArray(); in initializeFromParcelWithoutChildren()972 if (mAutofillHints != null) { in writeSelfToParcel()1042 out.writeStringArray(mAutofillHints); in writeSelfToParcel()1202 return mAutofillHints; in getAutofillHints()2152 mNode.mAutofillHints = hints; in setAutofillHints()
1283 private @Nullable String[] mAutofillHints; field in View9414 return mAutofillHints; in getAutofillHints()12030 mAutofillHints = null; in setAutofillHints()12032 mAutofillHints = autofillHints; in setAutofillHints()
3940 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillHints:[Ljava/lang/String;66857 Landroid/view/View;->mAutofillHints:[Ljava/lang/String;