/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | VirtualViewFillInfo.java | 77 public @Nullable @SuppressLint("NullableCollection") String[] getAutofillHints() { in getAutofillHints() method in VirtualViewFillInfo
|
H A D | AutofillManager.java | 1441 (info == null) ? null : info.getAutofillHints()); in notifyVirtualViewsReady() 1462 notifyViewReadyInner(v.getAutofillId(), v.getAutofillHints()); in notifyViewEnteredForFillDialog()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/ |
H A D | AssistStructureTest.java | 299 assertThat(view.getAutofillHints()[0]).isEqualTo(AUTOFILL_HINTS); in assertSmallView() 320 String[] hints = view.getAutofillHints(); in assertBigView()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | InlinePresentation.java | 73 public String[] getAutofillHints() { in getAutofillHints() method in InlinePresentation
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | InlineSuggestionFactory.java | 130 inlinePresentation.getAutofillHints(), suggestionType, in createInlineSuggestion()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionInfo.java | 223 public @Nullable String[] getAutofillHints() { in getAutofillHints() method in InlineSuggestionInfo
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 457 @Nullable public String[] getAutofillHints() { in getAutofillHints() method in ViewNode
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1208 @Nullable public String[] getAutofillHints() { in getAutofillHints() method in AssistStructure.ViewNode 2495 + ", hints=" + Arrays.toString(node.getAutofillHints()) in dump()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 9220 structure.setAutofillHints(getAutofillHints()); 9762 @Nullable public String[] getAutofillHints() { in getAutofillHints() method in View 9996 if (getAutofillHints() != null) { in isImportantForAutofill() 10150 if (getAutofillHints() != null) { in calculateIsImportantForContentCapture()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 7579 public String[] getAutofillHints() { in getAutofillHints() method in TextView.Drawables 7580 String[] hints = super.getAutofillHints(); in getAutofillHints()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 8523 method @Nullable public String[] getAutofillHints(); 52111 method @Nullable public String[] getAutofillHints(); 55130 method @Nullable public String[] getAutofillHints(); 55530 method @Nullable public String[] getAutofillHints();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17394 HSPLandroid/view/View;->getAutofillHints()[Ljava/lang/String; 20813 HSPLandroid/widget/TextView;->getAutofillHints()[Ljava/lang/String;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17458 HSPLandroid/view/View;->getAutofillHints()[Ljava/lang/String; 20877 HSPLandroid/widget/TextView;->getAutofillHints()[Ljava/lang/String;
|