Searched refs:autofillHints (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionInfo.java | 91 @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 D | View.java | 12051 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 361 field public static final int autofillHints = 16844118; // 0x1010556
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78828 Lcom/android/internal/R$attr;->autofillHints:I
|