Home
last modified time | relevance | path

Searched refs:autofillHints (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java91 @Nullable String[] autofillHints, @NonNull @Type String type, boolean isPinned) { in newInlineSuggestionInfo()
92 return new InlineSuggestionInfo(presentationSpec, source, autofillHints, type, isPinned, in newInlineSuggestionInfo()
105 @Nullable String[] autofillHints, @NonNull @Type String type, boolean isPinned, in newInlineSuggestionInfo() argument
107 return new InlineSuggestionInfo(presentationSpec, source, autofillHints, type, isPinned, in newInlineSuggestionInfo()
165 @Nullable String[] autofillHints, in InlineSuggestionInfo() argument
184 this.mAutofillHints = autofillHints; in InlineSuggestionInfo()
337 String[] autofillHints = (flg & 0x4) == 0 ? null : in.createStringArray(); in InlineSuggestionInfo() local
356 this.mAutofillHints = autofillHints; in InlineSuggestionInfo()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java12051 public void setAutofillHints(@Nullable String... autofillHints) { in setAutofillHints() argument
12052 if (autofillHints == null || autofillHints.length == 0) { in setAutofillHints()
12055 mAutofillHints = autofillHints; in setAutofillHints()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt361 field public static final int autofillHints = 16844118; // 0x1010556
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78828 Lcom/android/internal/R$attr;->autofillHints:I