Searched refs:isImportantForAutofill (Results 1 – 7 of 7) sorted by relevance
1106 if (!view.isImportantForAutofill() && isActivityDeniedForAutofill()) { in isAutofillable()1125 if (view.isImportantForAutofill() || mShouldEnableAutofillOnAllViewTypes) { in isAutofillable()2576 && view.isImportantForAutofill() in startAutofillIfNeededLocked()
9238 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {9939 public final boolean isImportantForAutofill() { in isImportantForAutofill() method in View10407 if ((isImportantForAutofill() && afm.isTriggerFillRequestOnFilteredImportantViewsEnabled()) in isAutofillable()10408 || (!isImportantForAutofill() in isAutofillable()10415 return isImportantForAutofill() ? true : notifyAugmentedAutofillIfNeeded(afm); in isAutofillable()
3743 || child.isImportantForAutofill() in populateChildrenForAutofill()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17589 HSPLandroid/view/View;->isImportantForAutofill()Z+]Landroid/view/View;missing_types]Landroid/conten…
17653 HSPLandroid/view/View;->isImportantForAutofill()Z+]Landroid/view/View;missing_types]Landroid/conten…
52323 method public final boolean isImportantForAutofill();