Searched refs:autofillHints (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestionInfo.java | 91 @Nullable String[] autofillHints, @NonNull @Type String type, boolean isPinned) { in newInlineSuggestionInfo() argument 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()
|
/frameworks/base/core/java/android/view/autofill/ |
D | VirtualViewFillInfo.java | 62 @Nullable @SuppressLint("NullableCollection") String[] autofillHints) { in VirtualViewFillInfo() 63 this.mAutofillHints = autofillHints; in VirtualViewFillInfo()
|
D | AutofillManager.java | 1555 private void notifyViewReadyInner(AutofillId id, @Nullable String[] autofillHints, in notifyViewReadyInner() argument 1614 } else if (autofillHints != null) { in notifyViewReadyInner() 1616 for (String autofillHint : autofillHints) { in notifyViewReadyInner()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 13682 public void setAutofillHints(@Nullable String... autofillHints) { 13683 if (autofillHints == null || autofillHints.length == 0) { 13686 mAutofillHints = autofillHints; 32838 static boolean containsSensitiveAutofillHint(@Nullable String[] autofillHints) { in containsSensitiveAutofillHint() argument 32839 if (autofillHints == null) { in containsSensitiveAutofillHint() 32843 int size = autofillHints.length; in containsSensitiveAutofillHint() 32845 if (SENSITIVE_CONTENT_AUTOFILL_HINTS.contains(autofillHints[i])) { in containsSensitiveAutofillHint()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 517 field public static final int autofillHints = 16844118; // 0x1010556
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 74862 Lcom/android/internal/R$attr;->autofillHints:I
|