Home
last modified time | relevance | path

Searched refs:isImportantForAutofill (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1106 if (!view.isImportantForAutofill() && isActivityDeniedForAutofill()) { in isAutofillable()
1125 if (view.isImportantForAutofill() || mShouldEnableAutofillOnAllViewTypes) { in isAutofillable()
2576 && view.isImportantForAutofill() in startAutofillIfNeededLocked()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java9238 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {
9939 public final boolean isImportantForAutofill() { in isImportantForAutofill() method in View
10407 if ((isImportantForAutofill() && afm.isTriggerFillRequestOnFilteredImportantViewsEnabled()) in isAutofillable()
10408 || (!isImportantForAutofill() in isAutofillable()
10415 return isImportantForAutofill() ? true : notifyAugmentedAutofillIfNeeded(afm); in isAutofillable()
H A DViewGroup.java3743 || child.isImportantForAutofill() in populateChildrenForAutofill()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17589 HSPLandroid/view/View;->isImportantForAutofill()Z+]Landroid/view/View;missing_types]Landroid/conten…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17653 HSPLandroid/view/View;->isImportantForAutofill()Z+]Landroid/view/View;missing_types]Landroid/conten…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52323 method public final boolean isImportantForAutofill();